From 9c94937248e6e7641d57e0619c693e56df10f95c Mon Sep 17 00:00:00 2001 From: Koha 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 4495388..8599771 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -21,7 +21,7 @@ use Digest::MD5 qw(md5_base64); 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::Utils qw( :all ); use List::MoreUtils qw( any ); -- 1.7.2.5