[otrs-cvs] otrs/Kernel/System/CustomerUser DB.pm,1.108,1.109
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/CustomerUser
In directory lancelot:/tmp/cvs-serv9076/Kernel/System/CustomerUser
Modified Files:
DB.pm
Log Message:
Fixed Bug #8763 and a framework problem for CustomerUser if connecting to non-utf8 databases.
Author: jh
Index: DB.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerUser/DB.pm,v
retrieving revision 1.108
retrieving revision 1.109
diff -2 -u -d -r1.108 -r1.109
--- DB.pm 20 Nov 2012 20:32:59 -0000 1.108
+++ DB.pm 29 Nov 2012 12:59:54 -0000 1.109
@@ -69,5 +69,6 @@
my %DatabasePreferences;
if ( $Self->{SourceCharset} !~ /utf(-8|8)/i ) {
- $DatabasePreferences{Encode} = 0;
+ $DatabasePreferences{Encode} = 0;
+ $DatabasePreferences{Connect} = '';
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log