From e490b45d57aee2aacd171a4a9b586111a8c88f53 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 16 Mar 2005 06:10:13 +0000 Subject: Bug 283581 : Move UserInGroup out of globals.pl Patch by Colin Ogilvie r=mkanat a=justdave --- CGI.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index 31ed48e3d..d1c738ff9 100644 --- a/CGI.pl +++ b/CGI.pl @@ -46,6 +46,7 @@ use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::BugMail; use Bugzilla::Bug; +use Bugzilla::User; # Shut up misguided -w warnings about "used only once". For some reason, # "use vars" chokes on me when I try it here. -- cgit v1.2.3-24-g4f1b