diff options
author | gerv%gerv.net <> | 2002-04-26 04:40:59 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-26 04:40:59 +0200 |
commit | 68f57ebb46b7154616b1e3555895b52b70cb2c43 (patch) | |
tree | b179cee4677192b7ecaa4179ac793ec094f7eabf /query.cgi | |
parent | a5996961f534b606e2057b901909759cb5d4d3fd (diff) | |
download | bugzilla-68f57ebb46b7154616b1e3555895b52b70cb2c43.tar.gz bugzilla-68f57ebb46b7154616b1e3555895b52b70cb2c43.tar.xz |
Remove confusing comment referring make_options, which this CGI no longer calls. No bug number.
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |