From b5244171fb8589800372e02d649f4dbf15ee2390 Mon Sep 17 00:00:00 2001 From: "preed%sigkill.com" <> Date: Sun, 11 Aug 2002 21:40:43 +0000 Subject: 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... :-/ --- globals.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 9e2311a83..e54dff245 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; -- cgit v1.2.3-24-g4f1b