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 /reports.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 'reports.cgi')
-rwxr-xr-x | reports.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 5553f2c97..947993a56 100755 --- a/reports.cgi +++ b/reports.cgi @@ -40,7 +40,6 @@ use lib qw(.); use Bugzilla::Config qw(:DEFAULT $datadir); require "globals.pl"; -use vars qw(@legal_product); # globals from er, globals.pl eval "use GD"; $@ && ThrowCodeError("gd_not_installed"); |