aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-16 06:10:13 +0000
committertravis%sedsystems.ca <>2005-03-16 06:10:13 +0000
commite490b45d57aee2aacd171a4a9b586111a8c88f53 (patch)
treeb54185c9f669cd2b309f727ecb21e178968866ff /describekeywords.cgi
parentFix nits on bug 180652 - Frederic Buclin (diff)
downloadbugzilla-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar.gz
bugzilla-e490b45d57aee2aacd171a4a9b586111a8c88f53.tar.bz2
bugzilla-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 'describekeywords.cgi')
-rwxr-xr-xdescribekeywords.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/describekeywords.cgi b/describekeywords.cgi
index 8597e6791..dd25c40d6 100755
--- a/describekeywords.cgi
+++ b/describekeywords.cgi
@@ -25,6 +25,7 @@ use strict;
use lib ".";
use Bugzilla;
+use Bugzilla::User;
require "CGI.pl";