From: jitendrapurohit Date: Fri, 15 Jan 2016 13:22:51 +0000 (+0530) Subject: style fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4d51ac37884878f7bd184ed4c6c373488bd932d9;p=civicrm-core.git style fix --- diff --git a/CRM/Custom/Page/AJAX.php b/CRM/Custom/Page/AJAX.php index 1bc0991def..9f941b4c38 100644 --- a/CRM/Custom/Page/AJAX.php +++ b/CRM/Custom/Page/AJAX.php @@ -138,7 +138,7 @@ class CRM_Custom_Page_AJAX { $sortOrder = constant('SORT_' . strtoupper($sortOrder)); $sortCol = array(); $dataType = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_CustomField', $sort, 'data_type'); - foreach ($multiRecordFields as $key=> $row) { + foreach ($multiRecordFields as $key => $row) { $sortCol[$key] = $row[$sort]; if ($dataType == 'Date') { $sortCol[$key] = CRM_Utils_Date::unixTime($row[$sort]);