diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2013-07-09 20:19:01 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2013-07-09 20:19:01 +0000 |
| commit | 9141e853e41a4e9af9c2fffcce6a1649d6cb5cb2 (patch) | |
| tree | 0a3ca5296a82e3ed56dc956af1588235be1f8501 | |
| parent | 5b196fd8564bed97d3652a63a63f1f134927988b (diff) | |
| download | webtrees-9141e853e41a4e9af9c2fffcce6a1649d6cb5cb2.tar.gz webtrees-9141e853e41a4e9af9c2fffcce6a1649d6cb5cb2.tar.bz2 webtrees-9141e853e41a4e9af9c2fffcce6a1649d6cb5cb2.zip | |
Bug #1199296 - change family members for all but not for mother
| -rw-r--r-- | edit_interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_interface.php b/edit_interface.php index ae3fcb2df5..a3db9f2e97 100644 --- a/edit_interface.php +++ b/edit_interface.php @@ -1743,7 +1743,7 @@ case 'changefamily': </a> </td> <td class="optionbox"> - <a href="#" onclick="return findIndi(document.changefamform.WIFEdocument.getElementById('WIFEName'));"> + <a href="#" onclick="return findIndi(document.changefamform.WIFE, document.getElementById('WIFEName'));"> <?php echo WT_I18N::translate('Change'); ?> </a> </td> |
