From 9612f5b87b1503cdfc56c8170bead7cd47de783e Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 5 Feb 2002 08:20:07 +0000 Subject: Bug 119715 - strictvaluechecks should always be enabled r=justdave, gerv --- query.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 3795c98ea..3149d07b7 100755 --- a/query.cgi +++ b/query.cgi @@ -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 -- cgit v1.2.3-24-g4f1b