[otrs-cvs] CVS: otrs/Kernel/System/CustomerAuth LDAP.pm, 1.9.2.2,
1.9.2.3
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jul 11 15:00:37 CEST 2006
Update of /home/cvs/otrs/Kernel/System/CustomerAuth
In directory lancelot:/tmp/cvs-serv25547/Kernel/System/CustomerAuth
Modified Files:
Tag: rel-2_0
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.9.2.2
retrieving revision 1.9.2.3
diff -C2 -r1.9.2.2 -r1.9.2.3
*** LDAP.pm 29 Jan 2006 11:55:02 -0000 1.9.2.2
--- LDAP.pm 11 Jul 2006 12:00:35 -0000 1.9.2.3
***************
*** 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