Jump to content
TNG Community

ancestor​_map​_1​_add​_map​_v15​.0​.0​.12​.cfg


davej

Recommended Posts

I am not sure how I can suggest a change to an existing mod.

If I have a gender other than male/female (unkown or other), my ancestor maps wont load.

In looking at the code, I think line 340 of mapancestors.php should read           

 $spouse = $marriagerow['husband'] == $personID ? $wife : $husband;

it currently reads             $spouse = $marriagerow['husband'] == $personID ? wife : husband;  (Wife and husband are constants, not variables)

With this change, my system works.

How do I suggest this change for the broader community?

 

Dave

 

 

Link to comment
Share on other sites

Per the wiki article, Ken Roy updated the mod for the latest version.  He follows this forum and may be able to review and consider updating the mod, if need be.

Ro

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...