From bf5c2dc5f61c428cfd8ef70abc3942a667c3ae9c Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Thu, 12 Dec 2013 09:55:48 +0100 Subject: [PATCH] Fixed indentation --- CRM/Core/DAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } /** -- 2.25.1