aboutsummaryrefslogtreecommitdiff
path: root/scripts/forms.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/forms.php')
-rw-r--r--scripts/forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/forms.php b/scripts/forms.php
index d0b30ada..4e7fb8a9 100644
--- a/scripts/forms.php
+++ b/scripts/forms.php
@@ -183,7 +183,7 @@ function InputDefault($pagename, $type, $args) {
if (preg_match_all($pat, IsEnabled($PCache[$source]['=preview'], $page['text']),
$match, PREG_SET_ORDER))
foreach($match as $m)
- if (!isset($InputValues['ptv_'.$m[2]]))
+# if (!isset($InputValues['ptv_'.$m[2]])) PITS:01337
$InputValues['ptv_'.$m[2]] =
PHSC(Qualify($source, $m[3]), ENT_NOQUOTES);
}