From fee1c812c7eac574ccfd50c57e796e690ba049e4 Mon Sep 17 00:00:00 2001 From: "bbaetz%cs.mcgill.ca" <> Date: Thu, 25 Oct 2001 03:33:49 +0000 Subject: 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. --- globals.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/globals.pl b/globals.pl index 7df3bfd40..7a535873e 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; } # -- cgit v1.2.3-24-g4f1b