From: Tim Otten Date: Sat, 16 Aug 2014 02:29:21 +0000 (-0700) Subject: Revert "Fix DAO to properly enforce desired collation" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=086c354cbe94bc790a7dba6ae3cea55e9fee4bb4;p=civicrm-core.git Revert "Fix DAO to properly enforce desired collation" --- diff --git a/CRM/Core/DAO.php b/CRM/Core/DAO.php index 7a05dbdd15..cb1b3938a5 100644 --- a/CRM/Core/DAO.php +++ b/CRM/Core/DAO.php @@ -207,7 +207,7 @@ class CRM_Core_DAO extends DB_DataObject { */ function initialize() { $this->_connect(); - $this->query("SET NAMES utf8 COLLATE utf8_unicode_ci"); + $this->query("SET NAMES utf8"); } /**