From ce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 1 Jun 2001 09:14:23 +0000 Subject: Fix for bug 72862: fixes more Perl warnings in RelationSet.pm and globals.pl --- globals.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globals.pl') 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; } # -- cgit v1.2.3-24-g4f1b