From 68f57ebb46b7154616b1e3555895b52b70cb2c43 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 26 Apr 2002 02:40:59 +0000 Subject: Remove confusing comment referring make_options, which this CGI no longer calls. No bug number. --- query.cgi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index c2d5a3ba6..75dce2706 100755 --- a/query.cgi +++ b/query.cgi @@ -29,11 +29,6 @@ use lib "."; 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), since we don't want to die in the query page. -$::CheckOptionValues = 0; - use vars qw( @CheckOptionValues @legal_resolution -- cgit v1.2.3-24-g4f1b