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 --- describekeywords.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'describekeywords.cgi') diff --git a/describekeywords.cgi b/describekeywords.cgi index ab88c2f15..19140199f 100755 --- a/describekeywords.cgi +++ b/describekeywords.cgi @@ -29,13 +29,12 @@ use Bugzilla::User; require "globals.pl"; -# Use the global template variables. -use vars qw($vars $template); - Bugzilla->login(); my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; +my $template = Bugzilla->template; +my $vars = {}; SendSQL("SELECT keyworddefs.name, keyworddefs.description, COUNT(keywords.bug_id) -- cgit v1.2.3-65-gdbad