minor fix
authormonishdeb <monish.deb@webaccessglobal.com>
Mon, 20 Jul 2015 07:45:33 +0000 (13:15 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Mon, 20 Jul 2015 07:45:33 +0000 (13:15 +0530)
CRM/Contact/Form/Search/Advanced.php

index 1341804c1c81a30215fce9c6e951423656010e5a..6572be6c58953556ee47c24cb0f6d092484a22db 100644 (file)
@@ -378,7 +378,6 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search {
       'status_id',
       'activity_subject',
     );
-
     $specialParams += preg_grep('/^custom_/', array_keys($this->_formValues));
     foreach ($specialParams as $element) {
       $value = CRM_Utils_Array::value($element, $this->_formValues);