diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-10-05 20:36:28 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-10-05 20:36:28 +0100 |
| commit | c3415972b7e001c67f34a4df4c792cd7b93c1d48 (patch) | |
| tree | f11c94621932b23c7187a5cebfb1b3de15c2aa16 /modules_v3 | |
| parent | a5ed8b8689311455ca859d145c6e58ea5243d545 (diff) | |
| download | webtrees-c3415972b7e001c67f34a4df4c792cd7b93c1d48.tar.gz webtrees-c3415972b7e001c67f34a4df4c792cd7b93c1d48.tar.bz2 webtrees-c3415972b7e001c67f34a4df4c792cd7b93c1d48.zip | |
Remove (harmless) debug code
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/GEDFact_assistant/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/module.php b/modules_v3/GEDFact_assistant/module.php index 4e1bd8d30b..28de31fe5a 100644 --- a/modules_v3/GEDFact_assistant/module.php +++ b/modules_v3/GEDFact_assistant/module.php @@ -336,7 +336,7 @@ class GEDFact_assistant_WT_Module extends WT_Module { return '<br>' . - '<input type="hidden" name="pid_array" id="pid_array" value="fish">' . + '<input type="hidden" name="pid_array" id="pid_array" value="">' . '<a href="#" onclick="return addnewnote_assisted(document.getElementById(\'' . $element_id . '\'), \'' . $xref . '\');">' . WT_I18N::translate('Create a new shared note using assistant') . '</a>'; |
