]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed "used only once" warning coming from my patch for bug 97469. The
authorbbaetz%cs.mcgill.ca <>
Thu, 25 Oct 2001 03:33:49 +0000 (03:33 +0000)
committerbbaetz%cs.mcgill.ca <>
Thu, 25 Oct 2001 03:33:49 +0000 (03:33 +0000)
warning was hidden from the tests by bug 106424.

r=Jake, no 2nd review needed.

globals.pl

index 7df3bfd409d521dc93250c391bac53cf52c0b64f..7a535873e88ea4efa1682bfecba1c402f9088286 100644 (file)
@@ -51,6 +51,7 @@ sub globals_pl_sillyness {
     $zz = @main::milestoneurl;
     $zz = @main::prodmaxvotes;
     $zz = $main::superusergroupset;
+    $zz = $main::userid;
 }
 
 #