[otrs-cvs] otrs/Kernel/System/CustomerUser DB.pm, 1.88.2.1, 1.88.2.2

"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-serv8125/Kernel/System/CustomerUser

Modified Files:
      Tag: rel-3_1
	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.88.2.1
retrieving revision 1.88.2.2
diff -2 -u -d -r1.88.2.1 -r1.88.2.2
--- DB.pm	16 May 2012 09:42:33 -0000	1.88.2.1
+++ DB.pm	29 Nov 2012 12:57:25 -0000	1.88.2.2
@@ -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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.