From 796816a97a66910f7a0e6361acfe6efec15c47b3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 5 Apr 2013 09:19:36 -0700 Subject: [PATCH] Fix php syntax error --- CRM/Contact/Form/Search/Custom/MultipleValues.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/Contact/Form/Search/Custom/MultipleValues.php b/CRM/Contact/Form/Search/Custom/MultipleValues.php index a99764be9d..fb873f3e05 100644 --- a/CRM/Contact/Form/Search/Custom/MultipleValues.php +++ b/CRM/Contact/Form/Search/Custom/MultipleValues.php @@ -127,9 +127,7 @@ class CRM_Contact_Form_Search_Custom_MultipleValues extends CRM_Contact_Form_Sea return NULL; } - function all($offset = 0, $rowcount = 0, $sort = NULL, - $includeContactIDs = FALSE, $justIDs = FALSE, - ) { + function all($offset = 0, $rowcount = 0, $sort = NULL, $includeContactIDs = FALSE, $justIDs = FALSE) { //redirect if custom group not select in search criteria if (!CRM_Utils_Array::value('custom_group', $this->_formValues)) { CRM_Core_Error::statusBounce(ts("You must select at least one Custom Group as a search criteria."), -- 2.25.1