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

messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.


git-svn-id: svn://10.0.0.236/trunk@148488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kiko%async.com.br 2003-10-30 01:31:58 +00:00
parent a8e6e6d2f9
commit 07fca020f4
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@ use Bugzilla::Error;
sub CGI_pl_sillyness {
my $zz;
$zz = %::dontchange;
$zz = $::buffer;
}
use CGI::Carp qw(fatalsToBrowser);

View File

@ -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;