From: gerv%gerv.net <> Date: Thu, 17 Oct 2002 06:09:26 +0000 (+0000) Subject: Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. X-Git-Tag: bugzilla-2.17.1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d49572502f78d54ba400392d78da146f401f5a4;p=thirdparty%2Fbugzilla.git Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. --- diff --git a/CGI.pl b/CGI.pl index cb2d3d76df..24c006c037 100644 --- a/CGI.pl +++ b/CGI.pl @@ -337,56 +337,6 @@ sub ValidateComment { } } -$::CheckOptionValues = 1; - -# This sub is still used in reports.cgi. -sub make_options { - my ($src,$default,$isregexp) = (@_); - my $last = ""; - my $popup = ""; - my $found = 0; - $default = "" if !defined $default; - - if ($src) { - foreach my $item (@$src) { - if ($item eq "-blank-" || $item ne $last) { - if ($item eq "-blank-") { - $item = ""; - } - $last = $item; - if ($isregexp ? $item =~ $default : $default eq $item) { - $popup .= "