mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- make sure database returns all data utf8 encoded
This commit is contained in:
parent
2e74e8326a
commit
c4c3b991a8
|
@ -101,6 +101,7 @@ class LetoDMS_Core_DatabaseAccess {
|
|||
if (!$this->_conn)
|
||||
return false;
|
||||
|
||||
$this->_conn->Execute('SET NAMES utf8');
|
||||
$this->_connected = true;
|
||||
return true;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user