summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-02-05 09:20:07 +0100
committerbbaetz%student.usyd.edu.au <>2002-02-05 09:20:07 +0100
commit9612f5b87b1503cdfc56c8170bead7cd47de783e (patch)
treed73242de3891ed50719cf2308f9aee8098ec1106 /defparams.pl
parent7fa045d01faf68f35814861d4c13ab8a7127c0d4 (diff)
downloadbugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.gz
bugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.xz
Bug 119715 - strictvaluechecks should always be enabled
r=justdave, gerv
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/defparams.pl b/defparams.pl
index 819013341..871a30e3a 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -598,15 +598,8 @@ DefParam("allowuserdeletion",
"b",
0);
-
-DefParam("strictvaluechecks",
- "Do stricter integrity checking on both form submission values and values read in from the database.",
- "b",
- 0);
-
-
DefParam("browserbugmessage",
- "If strictvaluechecks is on, and the bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.",
+ "If bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.",
"l",
"this may indicate a bug in your browser.\n");