summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CGI.pl2
-rw-r--r--globals.pl1
2 files changed, 1 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index bcd9a7f90..982b067b2 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -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;