From 7d49572502f78d54ba400392d78da146f401f5a4 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 17 Oct 2002 06:09:26 +0000 Subject: Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. --- CGI.pl | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index cb2d3d76d..24c006c03 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 .= "