From: Jaap Jansma Date: Thu, 12 Dec 2013 08:55:48 +0000 (+0100) Subject: Fixed indentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bf5c2dc5f61c428cfd8ef70abc3942a667c3ae9c;p=civicrm-core.git Fixed indentation --- diff --git a/CRM/Core/DAO.php b/CRM/Core/DAO.php index 6c540f72fd..7483ce7ad8 100644 --- 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"); } /**