From e564c92b745326a96a74f03eebb4dfd738de03cf Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 9 Feb 2005 14:42:41 +0000 Subject: Bug 280994 : Move ValidateNewUser out of globals.pl Patch by Max Kanat-Alexander r=vladd a=justdave --- Bugzilla/Auth/Verify/LDAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Auth/Verify') 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; -- cgit v1.2.3-24-g4f1b