Merge pull request #12274 from civicrm/5.2
[civicrm-core.git] / CRM / Utils / DeprecatedUtils.php
index 81b4924978db7fed72e1f5d97bca862a160ad86e..00afe4332eb26b1734ec8ab6ba27b2f9ba78b884 100644 (file)
@@ -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);