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 --- show_activity.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'show_activity.cgi') diff --git a/show_activity.cgi b/show_activity.cgi index b0ad42379..9b7273a4c 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -25,13 +25,14 @@ use strict; use lib qw(.); -use vars qw ($template $vars); require "globals.pl"; use Bugzilla::Bug; my $cgi = Bugzilla->cgi; +my $template = Bugzilla->template; +my $vars = {}; ############################################################################### # Begin Data/Security Validation -- cgit v1.2.3-24-g4f1b