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 --- enter_bug.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 569d9554c..230d39bf8 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -44,8 +44,6 @@ use Bugzilla::User; require "globals.pl"; use vars qw( - $template - $vars @enterable_products @legal_opsys @legal_platform @@ -66,6 +64,8 @@ my $cloned_bug; my $cloned_bug_id; my $cgi = Bugzilla->cgi; +my $template = Bugzilla->template; +my $vars = {}; my $product = $cgi->param('product'); -- cgit v1.2.3-24-g4f1b