CRM_Core_BAO_CustomField - Remove unused param
[civicrm-core.git] / CRM / Campaign / BAO / Query.php
index 78b653f1b001e8830baa0ce38b2fa90276f24e44..523ebb69e2f653e0aa9e590326f287d00611b7c3 100755 (executable)
@@ -406,7 +406,7 @@ INNER JOIN  civicrm_custom_group grp on fld.custom_group_id = grp.id
           $fieldId = $dao->id;
           $fieldName = 'custom_' . $dao->id;
           $customSearchFields[$name] = $fieldName;
-          CRM_Core_BAO_CustomField::addQuickFormElement($form, $fieldName, $fieldId, FALSE, FALSE);
+          CRM_Core_BAO_CustomField::addQuickFormElement($form, $fieldName, $fieldId, FALSE);
           break;
         }
       }