From f7e43988320e652fe7f7f26cc5ff84d0e5083a09 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 7 Feb 2020 16:52:52 +0000 Subject: [PATCH] Bug 16719: (QA follow-up) Remove tabs Signed-off-by: Nick Clemens --- C4/Auth_with_ldap.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 76003c51f1..09b2b3f66b 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -274,9 +274,9 @@ sub ldap_entry_2_hash { my $data = $memberhash{ lc($mapping{$key}->{is}) }; # Net::LDAP returns all names in lowercase $debug and printf STDERR "mapping %20s ==> %-20s (%s)\n", $key, $mapping{$key}->{is}, $data; unless (defined $data) { - $data = $mapping{$key}->{content} || undef; + $data = $mapping{$key}->{content} || undef; } - $borrower{$key} = $data; + $borrower{$key} = $data; } $borrower{initials} = $memberhash{initials} || ( substr($borrower{'firstname'},0,1) -- 2.11.0