Fixed indentation
authorJaap Jansma <jaap@idefix.edeveloper.nl>
Thu, 12 Dec 2013 08:55:48 +0000 (09:55 +0100)
committerJaap Jansma <jaap@idefix.edeveloper.nl>
Thu, 12 Dec 2013 08:55:48 +0000 (09:55 +0100)
CRM/Core/DAO.php

index 6c540f72fd981349b145b9fe3a0af7dc1feeab6f..7483ce7ad8f8b5592a08ca922c3993ec51e2b481 100644 (file)
@@ -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");
   }
 
   /**