From 85bb266ec52df7baa3da77cab961eb7fcc18d330 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Fri, 7 Feb 2003 15:19:01 +0000 Subject: Bug 191863 - Clean up Bugzilla.pm r=gerv, justdave a=justdave --- globals.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 8162b9d21..1aee0bd02 100644 --- a/globals.pl +++ b/globals.pl @@ -1517,9 +1517,7 @@ sub GetFormat { use Bugzilla; -$::BZ = Bugzilla->create(); - -$::template = $::BZ->template(); +$::template = Bugzilla->template(); $::vars = {}; -- cgit v1.2.3-24-g4f1b