summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-09-05 07:43:32 +0200
committerbbaetz%student.usyd.edu.au <>2002-09-05 07:43:32 +0200
commit17a206d194eda7c06891325bf50a3a58a57cd22b (patch)
treeb32d75614025115ecc7fd38dfada361452894b6b /Bugzilla/Search.pm
parent0f9e4c38f4cdfb34fcecc18b3be743c0faec2573 (diff)
downloadbugzilla-17a206d194eda7c06891325bf50a3a58a57cd22b.tar.gz
bugzilla-17a206d194eda7c06891325bf50a3a58a57cd22b.tar.xz
Bug 165756 - Running tests without checksetup causes failure
r=joel, jake
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm3
1 files changed, 1 insertions, 2 deletions
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);