From 1254fcb8c43defcbce99713f5cd85a104670895e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 31 Oct 2005 05:31:27 +0000 Subject: Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- globals.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'globals.pl') 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; } # -- cgit v1.2.3-24-g4f1b