summaryrefslogtreecommitdiffstats
path: root/CGI.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 /CGI.pl
parent7fa045d01faf68f35814861d4c13ab8a7127c0d4 (diff)
downloadbugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.gz
bugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.xz
Bug 119715 - strictvaluechecks should always be enabled
r=justdave, gerv
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index d1a274680..9875b85dd 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -597,7 +597,7 @@ sub make_options {
}
}
if (!$found && $default ne "") {
- if ( Param("strictvaluechecks") && $::CheckOptionValues &&
+ if ( $::CheckOptionValues &&
($default ne $::dontchange) && ($default ne "-All-") &&
($default ne "DUPLICATE") ) {
print "Possible bug database corruption has been detected. " .