- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019) |
| | | - Added 'display_next' option |
| | | - Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015) |
| | | - Fix HTML washing to respect character encoding |
| | |
| | | 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; |