From 4c1922a6e893428bfbd43bc41ff4245384d8b543 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 29 Aug 2002 16:25:41 +0000 Subject: Bug 163829 - move pref code into a separate package r=joel, preed --- CGI.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 836788c17..8f412665e 100644 --- a/CGI.pl +++ b/CGI.pl @@ -33,6 +33,7 @@ use lib "."; # use Carp; # for confess use Bugzilla::Util; +use Bugzilla::Config; # commented out the following snippet of code. this tosses errors into the # CGI if you are perl 5.6, and doesn't if you have perl 5.003. -- cgit v1.2.3-24-g4f1b