summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-01 11:14:23 +0200
committerjustdave%syndicomm.com <>2001-06-01 11:14:23 +0200
commitce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17 (patch)
tree2507cde330522c12b54d3de574aaf23c3e749246 /globals.pl
parentf30e92711a48569225bd1810b11c7ea91bae14d1 (diff)
downloadbugzilla-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar.gz
bugzilla-ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17.tar.xz
Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 4b68d717b..81aa80e4e 100644
--- a/globals.pl
+++ b/globals.pl
@@ -31,6 +31,7 @@ use strict;
sub globals_pl_sillyness {
my $zz;
+ $zz = @main::SqlStateStack;
$zz = @main::chooseone;
$zz = @main::default_column_list;
$zz = $main::defaultqueryname;
@@ -48,6 +49,7 @@ sub globals_pl_sillyness {
$zz = @main::legal_versions;
$zz = @main::milestoneurl;
$zz = @main::prodmaxvotes;
+ $zz = $main::superusergroupset;
}
#