projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffea413
)
Revert "Fix DAO to properly enforce desired collation"
author
Tim Otten
<to-git@think.hm>
Sat, 16 Aug 2014 02:29:21 +0000
(19:29 -0700)
committer
Tim Otten
<to-git@think.hm>
Sat, 16 Aug 2014 02:29:21 +0000
(19:29 -0700)
CRM/Core/DAO.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/DAO.php
b/CRM/Core/DAO.php
index 7a05dbdd15bcec3b14738ef167ba1dae8ca4a8e0..cb1b3938a558bd2cd7191392b40165dc3d021b67 100644
(file)
--- 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");
}
/**