From 7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 20 Jun 2006 14:55:39 +0000 Subject: Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidebar.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sidebar.cgi') diff --git a/sidebar.cgi b/sidebar.cgi index 2f7743ebb..671e44c7d 100755 --- a/sidebar.cgi +++ b/sidebar.cgi @@ -20,8 +20,9 @@ use strict; use lib "."; require "globals.pl"; -Bugzilla->login(); +use Bugzilla; +Bugzilla->login(); my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; -- cgit v1.2.3-24-g4f1b