From 44de29d04d1ca7e3b047b2a847508dc949c29038 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 25 Oct 2005 06:11:55 +0000 Subject: Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters r=LpSolit a=justdave --- describecomponents.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index 8fec1ec26..4ce103905 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -28,7 +28,7 @@ use Bugzilla; use Bugzilla::Constants; require "globals.pl"; -use vars qw($vars @legal_product); +use vars qw(@legal_product); my $user = Bugzilla->login(); @@ -36,6 +36,7 @@ GetVersionTable(); my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; +my $vars = {}; my $product = trim($cgi->param('product') || ''); my $product_id = get_product_id($product); -- cgit v1.2.3-24-g4f1b