diff options
-rw-r--r-- | CGI.pl | 2 | ||||
-rw-r--r-- | globals.pl | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -42,7 +42,7 @@ use Bugzilla::Error; sub CGI_pl_sillyness { my $zz; - $zz = %::dontchange; + $zz = $::buffer; } use CGI::Carp qw(fatalsToBrowser); diff --git a/globals.pl b/globals.pl index 14568a60e..f9d19609c 100644 --- a/globals.pl +++ b/globals.pl @@ -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; |