From: preed%sigkill.com <> Date: Sun, 11 Aug 2002 21:40:43 +0000 (+0000) Subject: D'OH! Previous checkin for Bug 160410 broke the build due to "only seen once" errors... X-Git-Tag: bugzilla-2.17.1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5244171fb8589800372e02d649f4dbf15ee2390;p=thirdparty%2Fbugzilla.git D'OH! Previous checkin for Bug 160410 broke the build due to "only seen once" errors (and some unitialized errors; but I couldn't repeat those with the testing suite once I used the var twice; I guess we'll see... :-/ --- diff --git a/globals.pl b/globals.pl index 9e2311a835..e54dff2452 100644 --- a/globals.pl +++ b/globals.pl @@ -52,6 +52,7 @@ sub globals_pl_sillyness { $zz = @main::legal_target_milestone; $zz = @main::legal_versions; $zz = @main::milestoneurl; + $zz = %main::param_type; $zz = %main::proddesc; $zz = @main::prodmaxvotes; $zz = $main::superusergroupset;