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:
parent
a8e6e6d2f9
commit
07fca020f4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user