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 --- sanitycheck.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index c3c415312..6f85e6cfd 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -28,6 +28,7 @@ use lib qw(.); require "CGI.pl"; use Bugzilla::Constants; +use Bugzilla::User; ########################################################################### # General subs -- cgit v1.2.3-24-g4f1b