From: <var...@us...> - 2021-10-06 09:17:42
|
Revision: 10617 http://sourceforge.net/p/phpwiki/code/10617 Author: vargenau Date: 2021-10-06 09:17:41 +0000 (Wed, 06 Oct 2021) Log Message: ----------- SET NAMES 'utf8' Modified Paths: -------------- trunk/lib/WikiDB/backend/PDO_mysql.php Modified: trunk/lib/WikiDB/backend/PDO_mysql.php =================================================================== --- trunk/lib/WikiDB/backend/PDO_mysql.php 2021-10-06 08:34:18 UTC (rev 10616) +++ trunk/lib/WikiDB/backend/PDO_mysql.php 2021-10-06 09:17:41 UTC (rev 10617) @@ -33,7 +33,7 @@ function __construct($dbparams) { parent::__construct($dbparams); - $this->_dbh->query("SET NAMES 'UTF-8'"); + $this->_dbh->query("SET NAMES 'utf8'"); } function backendType() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |