diff options
author | mkanat%kerio.com <> | 2005-07-13 10:56:58 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-13 10:56:58 +0000 |
commit | f1923f8e85501143d0be63d872c726159440f6c1 (patch) | |
tree | 0eee13f099d9f79f5072acaca60ded9293402e00 /userprefs.cgi | |
parent | Bug 297098: Optimize multiple email searches - Patch by Joel Peshkin <bugrepo... (diff) | |
download | bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.gz bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.bz2 bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.zip |
Bug 300336: Bugzilla::Auth should not contain any exported subroutines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 1cf15868b..07042beac 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -29,7 +29,7 @@ use lib qw(.); use Bugzilla; use Bugzilla::Constants; use Bugzilla::Search; -use Bugzilla::Auth; +use Bugzilla::Util; use Bugzilla::User; require "CGI.pl"; |