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 /editsettings.cgi | |
parent | Fix nits on bug 180652 - Frederic Buclin (diff) | |
download | bugzilla-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 'editsettings.cgi')
-rwxr-xr-x | editsettings.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editsettings.cgi b/editsettings.cgi index 7ce05b2a2..b5e810ba9 100755 --- a/editsettings.cgi +++ b/editsettings.cgi @@ -21,6 +21,7 @@ use lib qw(.); use Bugzilla; use Bugzilla::Constants; +use Bugzilla::User; use Bugzilla::User::Setting; require "CGI.pl"; |