diff options
author | mkanat%kerio.com <> | 2005-07-13 12:56:58 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-13 12:56:58 +0200 |
commit | f1923f8e85501143d0be63d872c726159440f6c1 (patch) | |
tree | 0eee13f099d9f79f5072acaca60ded9293402e00 /editusers.cgi | |
parent | 4b29000946fb102e2db7d8ac5c6c502c03387de1 (diff) | |
download | bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.gz bugzilla-f1923f8e85501143d0be63d872c726159440f6c1.tar.xz |
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 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index ba5cc827e..18005fd94 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -27,7 +27,6 @@ use Bugzilla; use Bugzilla::User; use Bugzilla::Config; use Bugzilla::Constants; -use Bugzilla::Auth; use Bugzilla::Util; Bugzilla->login(LOGIN_REQUIRED); |