From 8604641c8fbc4518952208b7325bee22bf6cfe21 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 3 Apr 2006 02:07:12 +0000 Subject: Bug 330698: Remove $::components, @::enterable_products and $::classifications (and some others) - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 18b4658aa..9796d05d1 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -46,13 +46,10 @@ use Bugzilla::Keyword; # Include the Bugzilla CGI and general utility library. require "globals.pl"; -use vars qw(@components - @legal_platform +use vars qw(@legal_platform @legal_priority - @legal_product @legal_severity - @settable_resolution - @target_milestone); + @settable_resolution); my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; -- cgit v1.2.3-24-g4f1b