[otrs-cvs] CVS: otrs/Kernel/System/CustomerAuth LDAP.pm,1.11,1.12

cvs-log at otrs.org cvs-log at otrs.org
Tue Jul 11 15:00:28 CEST 2006


Update of /home/cvs/otrs/Kernel/System/CustomerAuth
In directory lancelot:/tmp/cvs-serv25485/Kernel/System/CustomerAuth

Modified Files:
	LDAP.pm 
Log Message:
added missing utf-8 encoding

Index: LDAP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerAuth/LDAP.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** LDAP.pm	29 Jan 2006 11:52:52 -0000	1.11
--- LDAP.pm	11 Jul 2006 12:00:26 -0000	1.12
***************
*** 228,231 ****
--- 228,232 ----
      my $Charset = shift;
      if (!$Charset || !$Self->{DestCharset}) {
+         $Self->{EncodeObject}->Encode(\$Text);
          return $Text;
      }



More information about the cvs-log mailing list