From a7cddb8cc8af99c5953ba141351c17c139ae18ec Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 26 Aug 2013 21:16:48 +0530 Subject: [PATCH] whitespace cleanup --- CRM/Contact/Form/Task.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CRM/Contact/Form/Task.php b/CRM/Contact/Form/Task.php index ed9e84b63b..936405cd73 100644 --- a/CRM/Contact/Form/Task.php +++ b/CRM/Contact/Form/Task.php @@ -256,7 +256,6 @@ class CRM_Contact_Form_Task extends CRM_Core_Form { if (CRM_Utils_Array::value('radio_ts', self::$_searchFormValues) == 'ts_sel' && ($form->_action != CRM_Core_Action::COPY) ) { - $params = array(); $sel = CRM_Utils_Array::value('radio_ts', self::$_searchFormValues); $form->assign('searchtype', $sel); $result = CRM_Core_BAO_PrevNextCache::getSelectedContacts(); @@ -299,9 +298,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form { // fix for CRM-5165 $sortByCharacter = $this->get('sortByCharacter'); - if ($sortByCharacter && - $sortByCharacter != 1 - ) { + if ($sortByCharacter && $sortByCharacter != 1) { $params[] = array('sortByCharacter', '=', $sortByCharacter, 0, 0); } $queryOperator = $this->get('queryOperator'); -- 2.25.1