summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-10-05 20:36:28 +0100
committerGreg Roach <fisharebest@gmail.com>2013-10-05 20:36:28 +0100
commitc3415972b7e001c67f34a4df4c792cd7b93c1d48 (patch)
treef11c94621932b23c7187a5cebfb1b3de15c2aa16 /modules_v3
parenta5ed8b8689311455ca859d145c6e58ea5243d545 (diff)
downloadwebtrees-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.php2
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>';