diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-29 09:16:52 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-29 09:16:52 +0000 |
| commit | 2faa2d08e6e277b9f3f7e20d3c6e32d615fd2182 (patch) | |
| tree | 779adba2d0ff4c781ff14e1ccc33237fcee33572 | |
| parent | 2e5e2588134b32e7dc2116e9a5ede5732b100c64 (diff) | |
| download | webtrees-2faa2d08e6e277b9f3f7e20d3c6e32d615fd2182.tar.gz webtrees-2faa2d08e6e277b9f3f7e20d3c6e32d615fd2182.tar.bz2 webtrees-2faa2d08e6e277b9f3f7e20d3c6e32d615fd2182.zip | |
#709636 - Find Individual ID to add new Story
| -rw-r--r-- | modules/stories/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stories/module.php b/modules/stories/module.php index f941db9736..7d8202d8a7 100644 --- a/modules/stories/module.php +++ b/modules/stories/module.php @@ -249,7 +249,7 @@ class stories_WT_Module extends WT_Module implements WT_Module_Block, WT_Module_ echo '<tr>'; echo '<td class="optionbox ', $TEXT_DIRECTION, '">'; echo '<input type="text" name="xref" id="pid" size="4" value="'.$xref.'" />'; - print_findindi_link("xref", "pid"); + print_findindi_link("pid", "xref"); if ($xref) { $person=WT_Person::getInstance($xref); if ($person) { |
