mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-23 00:06:59 +01:00
- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019)
This commit is contained in:
@@ -106,7 +106,7 @@ class rcube_mdb2
|
||||
if (!filesize($dsn_array['database']) && !empty($this->sqlite_initials))
|
||||
$this->_sqlite_create_database($dbh, $this->sqlite_initials);
|
||||
}
|
||||
else
|
||||
else if ($this->db_provider!='mssql')
|
||||
$dbh->setCharset('utf8');
|
||||
|
||||
return $dbh;
|
||||
|
||||
Reference in New Issue
Block a user