From e777c2b6fcd48b89ef3b79d8a9c6af893bd84304 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Sat, 29 Jun 2013 21:28:34 +0530 Subject: [PATCH] indentation fixes --- CRM/Contribute/Selector/Search.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CRM/Contribute/Selector/Search.php b/CRM/Contribute/Selector/Search.php index 79f28e0920..ec106bea85 100644 --- a/CRM/Contribute/Selector/Search.php +++ b/CRM/Contribute/Selector/Search.php @@ -69,7 +69,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C 'sort_name', 'amount_level', 'total_amount', - 'financial_type', + 'financial_type', 'contribution_source', 'receive_date', 'thankyou_date', @@ -362,29 +362,28 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C } if ($row['is_test']) { - $row['financial_type'] = $row['financial_type'] . ' (' . ts('test') . ')'; + $row['financial_type'] = $row['financial_type'] . ' (' . ts('test') . ')'; } $row['checkbox'] = CRM_Core_Form::CB_PREFIX . $result->contribution_id; - - $actions = array( 'id' => $result->contribution_id, 'cid' => $result->contact_id, 'cxt' => $this->_context, ); - $row['action'] = CRM_Core_Action::formLink(self::links($componentId, - $componentAction, - $qfKey, - $componentContext - ), - $mask, $actions + $row['action'] = CRM_Core_Action::formLink( + self::links($componentId, + $componentAction, + $qfKey, + $componentContext + ), + $mask, $actions ); $row['contact_type'] = CRM_Contact_BAO_Contact_Utils::getImage($result->contact_sub_type ? - $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id + $result->contact_sub_type : $result->contact_type, FALSE, $result->contact_id ); if (CRM_Utils_Array::value('amount_level', $row)) { -- 2.25.1