diff options
author | lpsolit%gmail.com <> | 2006-04-03 04:07:12 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-04-03 04:07:12 +0200 |
commit | 8604641c8fbc4518952208b7325bee22bf6cfe21 (patch) | |
tree | 02e4f5eef46f0108ba7773d7b6635a21f1981ada /buglist.cgi | |
parent | 725e716dc49ecc1d27eae7431f01d2ff193b5286 (diff) | |
download | bugzilla-8604641c8fbc4518952208b7325bee22bf6cfe21.tar.gz bugzilla-8604641c8fbc4518952208b7325bee22bf6cfe21.tar.xz |
Bug 330698: Remove $::components, @::enterable_products and $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 7 |
1 files changed, 2 insertions, 5 deletions
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; |