|
From: FlorinCB <ory...@us...> - 2009-10-08 23:46:41
|
Update of /cvsroot/mxbb/phpbb2mxp/includes/db In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7740/db Modified Files: dbal.php firebird.php mssql.php mssql_odbc.php mysql.php mysql4.php mysqli.php oracle.php postgres.php sqlite.php Log Message: upd Index: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/includes/db/mysqli.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mysqli.php 24 Jan 2009 05:09:55 -0000 1.2 --- mysqli.php 8 Oct 2009 23:46:32 -0000 1.3 *************** *** 55,63 **** { // mysqli only supported by phpBB3 ! //if (UTF_STATUS === 'phpbb3') ! //{ ! @mysqli_query($this->db_connect_id, "SET NAMES 'utf8'"); ! // enforce strict mode on databases that support it ! //} if (mysqli_get_server_version($this->db_connect_id) >= 50002) { --- 55,62 ---- { // mysqli only supported by phpBB3 ! if (UTF_STATUS === 'phpbb3') ! { ! @mysqli_query($this->db_connect_id, "SET NAMES 'utf8'"); // enforce strict mode on databases that support it ! } if (mysqli_get_server_version($this->db_connect_id) >= 50002) { |