diff options
author | bbaetz%student.usyd.edu.au <> | 2002-02-05 08:20:07 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-02-05 08:20:07 +0000 |
commit | 9612f5b87b1503cdfc56c8170bead7cd47de783e (patch) | |
tree | d73242de3891ed50719cf2308f9aee8098ec1106 /query.cgi | |
parent | Bug 122418 pt2 - obsoleting a patch from the create attachment screen gave (diff) | |
download | bugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.gz bugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.tar.bz2 bugzilla-9612f5b87b1503cdfc56c8170bead7cd47de783e.zip |
Bug 119715 - strictvaluechecks should always be enabled
r=justdave, gerv
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,8 +31,7 @@ require "CGI.pl"; # Prevents &make_options in CGI.pl from throwing an error if we give it # an invalid list of selections (from a remembered query containing values -# that no longer exist). We don't want to die in the query page even if -# strict value checks are turned on. +# that no longer exist), since we don't want to die in the query page. $::CheckOptionValues = 0; use vars |