summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-09 15:42:41 +0100
committertravis%sedsystems.ca <>2005-02-09 15:42:41 +0100
commite564c92b745326a96a74f03eebb4dfd738de03cf (patch)
tree3bbdf20d22ff34ea02bc5ca63366ac39fd5fca33 /Bugzilla/Auth
parentf8aeecaf8cd33d87315c5a50be9a762e142062a4 (diff)
downloadbugzilla-e564c92b745326a96a74f03eebb4dfd738de03cf.tar.gz
bugzilla-e564c92b745326a96a74f03eebb4dfd738de03cf.tar.xz
Bug 280994 : Move ValidateNewUser out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r--Bugzilla/Auth/Verify/LDAP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm
index cda67fb80..551a70f45 100644
--- a/Bugzilla/Auth/Verify/LDAP.pm
+++ b/Bugzilla/Auth/Verify/LDAP.pm
@@ -33,7 +33,7 @@ use strict;
use Bugzilla::Config;
use Bugzilla::Constants;
-use Bugzilla::User qw(insert_new_user);
+use Bugzilla::User;
use Net::LDAP;