Revert "Fix DAO to properly enforce desired collation"
[civicrm-core.git] / CRM / Core / DAO.php
index 7a05dbdd15bcec3b14738ef167ba1dae8ca4a8e0..cb1b3938a558bd2cd7191392b40165dc3d021b67 100644 (file)
@@ -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");
   }
 
   /**