summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbbaetz%cs.mcgill.ca <>2001-10-25 05:33:49 +0200
committerbbaetz%cs.mcgill.ca <>2001-10-25 05:33:49 +0200
commitfee1c812c7eac574ccfd50c57e796e690ba049e4 (patch)
tree121fecc16473951889b471e969a7b1b90c0dac43 /globals.pl
parent3d46ba59b73c584ab534896c2ae61398ef3940d9 (diff)
downloadbugzilla-fee1c812c7eac574ccfd50c57e796e690ba049e4.tar.gz
bugzilla-fee1c812c7eac574ccfd50c57e796e690ba049e4.tar.xz
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.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl1
1 files changed, 1 insertions, 0 deletions
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;
}
#