Revert "Fix DAO to properly enforce desired collation"
authorTim Otten <to-git@think.hm>
Sat, 16 Aug 2014 02:29:21 +0000 (19:29 -0700)
committerTim Otten <to-git@think.hm>
Sat, 16 Aug 2014 02:29:21 +0000 (19:29 -0700)
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");
   }
 
   /**