From 39633788a33cbe86b5ebc292fb18652fdc702e46 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Thu, 29 Jul 2004 09:45:37 +0000 Subject: Fix for bug 236678: Clean up access to COOKIE global. Murder the last remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave. --- CGI.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 94e727f08..bb271cf94 100644 --- a/CGI.pl +++ b/CGI.pl @@ -421,10 +421,6 @@ foreach my $name ($::cgi->param()) { $::buffer = $::cgi->query_string(); -foreach my $name ($::cgi->cookie()) { - $::COOKIE{$name} = $::cgi->cookie($name); -} - # This could be needed in any CGI, so we set it here. $vars->{'help'} = $::cgi->param('help') ? 1 : 0; -- cgit v1.2.3-24-g4f1b