From 17a206d194eda7c06891325bf50a3a58a57cd22b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 5 Sep 2002 05:43:32 +0000 Subject: Bug 165756 - Running tests without checksetup causes failure r=joel, jake --- Bugzilla/Search.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 46921da28..fc4ae6213 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -27,8 +27,7 @@ use strict; -require "globals.pl"; -require "CGI.pl"; +# The caller MUST require CGI.pl and globals.pl before using this use vars qw($userid $usergroupset); -- cgit v1.2.3-24-g4f1b