From 12589b0a9e2e17ff4278220ff5d0e39807b2ed07 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Fri, 21 Dec 2012 11:32:22 +0100 Subject: [PATCH] Bug 8993: Follow-up - LDAP authentication improvements --- C4/Auth_with_ldap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index a8ddaa8..09d8ce3 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -21,7 +21,7 @@ use Carp; use C4::Debug; use C4::Context; use C4::Members qw(AddMember changepassword); -use C4::Members::Attributes; +use C4::Members::Attributes qw(SetBorrowerAttributes); use C4::Members::AttributeTypes; use C4::Auth qw(checkpw_internal); use Koha::AuthUtils qw(hash_password); -- 1.7.10.4