Commit 0f5d47f6 authored by kiko%async.com.br's avatar kiko%async.com.br

Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"

messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
parent d3f269db
......@@ -42,7 +42,7 @@ use Bugzilla::Error;
sub CGI_pl_sillyness {
my $zz;
$zz = %::dontchange;
$zz = $::buffer;
}
use CGI::Carp qw(fatalsToBrowser);
......
......@@ -39,7 +39,6 @@ use Bugzilla::Config qw(:DEFAULT ChmodDataFile);
sub globals_pl_sillyness {
my $zz;
$zz = @main::SqlStateStack;
$zz = @main::default_column_list;
$zz = $main::defaultqueryname;
$zz = @main::enterable_products;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment