From: bbaetz%cs.mcgill.ca <> Date: Thu, 25 Oct 2001 03:33:49 +0000 (+0000) Subject: Fixed "used only once" warning coming from my patch for bug 97469. The X-Git-Tag: bugzilla-2.14.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee1c812c7eac574ccfd50c57e796e690ba049e4;p=thirdparty%2Fbugzilla.git Fixed "used only once" warning coming from my patch for bug 97469. The warning was hidden from the tests by bug 106424. r=Jake, no 2nd review needed. --- diff --git a/globals.pl b/globals.pl index 7df3bfd409..7a535873e8 100644 --- a/globals.pl +++ b/globals.pl @@ -51,6 +51,7 @@ sub globals_pl_sillyness { $zz = @main::milestoneurl; $zz = @main::prodmaxvotes; $zz = $main::superusergroupset; + $zz = $main::userid; } #