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 --- index.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 27f26083d..a409fe951 100755 --- a/index.cgi +++ b/index.cgi @@ -32,6 +32,7 @@ use strict; use lib "."; require "globals.pl"; +use Bugzilla; use Bugzilla::Constants; use Bugzilla::Update; -- cgit v1.2.3-24-g4f1b