diff options
author | preed%sigkill.com <> | 2002-08-11 23:40:43 +0200 |
---|---|---|
committer | preed%sigkill.com <> | 2002-08-11 23:40:43 +0200 |
commit | b5244171fb8589800372e02d649f4dbf15ee2390 (patch) | |
tree | 4c4be5d8a45873b6f56fb7228dcbb6f55ec73f1d | |
parent | 3844d9ddaf6d8a3af296568ed659c3344fd36b6d (diff) | |
download | bugzilla-b5244171fb8589800372e02d649f4dbf15ee2390.tar.gz bugzilla-b5244171fb8589800372e02d649f4dbf15ee2390.tar.xz |
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... :-/
-rw-r--r-- | globals.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |