]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in favor...
authorjustdave%syndicomm.com <>
Sat, 17 Apr 2004 13:04:14 +0000 (13:04 +0000)
committerjustdave%syndicomm.com <>
Sat, 17 Apr 2004 13:04:14 +0000 (13:04 +0000)
Patch by kiko, r=vlad, a=justdave

colchange.cgi

index f7f68c2c02f3096f5701e876972a89f145ac9eed..8d3ee49da96aa68243b38d9d55e309b646f3633f 100755 (executable)
@@ -126,7 +126,7 @@ if (defined $cgi->cookie('COLUMNLIST')) {
 }
 
 $vars->{'collist'} = \@collist;
-$vars->{'splitheader'} = $::COOKIE{'SPLITHEADER'} ? 1 : 0;
+$vars->{'splitheader'} = $cgi->cookie('SPLITHEADER') ? 1 : 0;
 
 $vars->{'buffer'} = $::buffer;