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:
a3634ae
)
Fixed indentation
author
Jaap Jansma
<jaap@idefix.edeveloper.nl>
Thu, 12 Dec 2013 08:55:48 +0000
(09:55 +0100)
committer
Jaap Jansma
<jaap@idefix.edeveloper.nl>
Thu, 12 Dec 2013 08:55:48 +0000
(09:55 +0100)
CRM/Core/DAO.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/DAO.php
b/CRM/Core/DAO.php
index 6c540f72fd981349b145b9fe3a0af7dc1feeab6f..7483ce7ad8f8b5592a08ca922c3993ec51e2b481 100644
(file)
--- a/
CRM/Core/DAO.php
+++ b/
CRM/Core/DAO.php
@@
-196,7
+196,7
@@
class CRM_Core_DAO extends DB_DataObject {
*/
function initialize() {
$this->_connect();
-
$this->query("SET NAMES utf8");
+ $this->query("SET NAMES utf8");
}
/**