X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FDeprecatedUtils.php;h=00afe4332eb26b1734ec8ab6ba27b2f9ba78b884;hb=eaf537d9b91fa5f2aa8b915fbf057bc657cce76f;hp=81b4924978db7fed72e1f5d97bca862a160ad86e;hpb=dc362124d06c4fbe9aad170ca44e7c1ddf71c4d1;p=civicrm-core.git diff --git a/CRM/Utils/DeprecatedUtils.php b/CRM/Utils/DeprecatedUtils.php index 81b4924978..00afe4332e 100644 --- a/CRM/Utils/DeprecatedUtils.php +++ b/CRM/Utils/DeprecatedUtils.php @@ -863,7 +863,6 @@ function _civicrm_api3_deprecated_add_formatted_param(&$values, &$params) { $htmlType = CRM_Utils_Array::value('html_type', $customFields[$customFieldID]); switch ($htmlType) { case 'CheckBox': - case 'AdvMulti-Select': case 'Multi-Select': if ($val) { $mulValues = explode(',', $val);