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 --- chart.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 566d0541f..2835bcaa2 100755 --- a/chart.cgi +++ b/chart.cgi @@ -52,10 +52,9 @@ use Bugzilla::Chart; use Bugzilla::Series; use Bugzilla::User; -use vars qw($vars); - my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; +my $vars = {}; # Go back to query.cgi if we are adding a boolean chart parameter. if (grep(/^cmd-/, $cgi->param())) { -- cgit v1.2.3-24-g4f1b