diff options
author | travis%sedsystems.ca <> | 2005-03-16 06:10:13 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-16 06:10:13 +0000 |
commit | e490b45d57aee2aacd171a4a9b586111a8c88f53 (patch) | |
tree | b54185c9f669cd2b309f727ecb21e178968866ff /summarize_time.cgi | |
parent | 235eaf8436a7cb2f693c3fb8bc5d042c652c1c5f (diff) | |
download | bugs-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar bugs-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar.gz bugs-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar.bz2 bugs-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar.xz bugs-e490b45d57aee2aacd171a4a9b586111a8c88f53.zip |
Bug 283581 : Move UserInGroup out of globals.pl
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'summarize_time.cgi')
-rwxr-xr-x | summarize_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |