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 --- sanitycheck.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index b887deeff..7a74bfc07 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -28,6 +28,8 @@ use strict; use lib qw(.); require "globals.pl"; + +use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::User; -- cgit v1.2.3-24-g4f1b