diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/globals.pl b/globals.pl index deff2e043..8fd88fc13 100644 --- a/globals.pl +++ b/globals.pl @@ -44,7 +44,6 @@ use Bugzilla::Error; sub globals_pl_sillyness { my $zz; - $zz = @main::default_column_list; $zz = @main::enterable_products; $zz = %main::keywordsbyname; $zz = @main::legal_bug_status; @@ -60,7 +59,6 @@ sub globals_pl_sillyness { $zz = @main::milestoneurl; $zz = %main::proddesc; $zz = @main::prodmaxvotes; - $zz = $main::userid; } # |