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 --- summarize_time.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'summarize_time.cgi') diff --git a/summarize_time.cgi b/summarize_time.cgi index 94b7e83f8..8992918cc 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -26,7 +26,7 @@ use Date::Format; # strftime use Bugzilla::Bug; # EmitDependList use Bugzilla::Util; # trim use Bugzilla::Constants; # LOGIN_* - +use Bugzilla::User; # UserInGroup require "CGI.pl"; GetVersionTable(); -- cgit v1.2.3-24-g4f1b