summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-12-07 02:09:53 +0100
committerterry%mozilla.org <>1999-12-07 02:09:53 +0100
commit0e1b77bfa5defc91dd29fb86ec5f53646f4abe93 (patch)
treeb713e747364fee5cc816f5bcdf5727d28b564294 /query.cgi
parent0a8567206978a9d79d356f425d3464cec0cc44a0 (diff)
downloadbugzilla-0e1b77bfa5defc91dd29fb86ec5f53646f4abe93.tar.gz
bugzilla-0e1b77bfa5defc91dd29fb86ec5f53646f4abe93.tar.xz
Don't do dmose's paranoid checking of option values in the query page.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index c7d49ace8..5cb40f147 100755
--- a/query.cgi
+++ b/query.cgi
@@ -26,6 +26,11 @@ use strict;
require "CGI.pl";
+$::CheckOptionValues = 0; # It's OK if we have some bogus things in the
+ # pop-up lists here, from a remembered query
+ # that is no longer quite valid. We don't
+ # want to crap out in the query page.
+
# Shut up misguided -w warnings about "used only once":
use vars @::legal_resolution,