diff options
author | bbaetz%cs.mcgill.ca <> | 2001-10-25 05:33:49 +0200 |
---|---|---|
committer | bbaetz%cs.mcgill.ca <> | 2001-10-25 05:33:49 +0200 |
commit | fee1c812c7eac574ccfd50c57e796e690ba049e4 (patch) | |
tree | 121fecc16473951889b471e969a7b1b90c0dac43 | |
parent | 3d46ba59b73c584ab534896c2ae61398ef3940d9 (diff) | |
download | bugzilla-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.
-rw-r--r-- | globals.pl | 1 |
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; } # |