X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FDeprecatedUtils.php;h=9d2d7ca4e088bdde203ebdef084341a564524237;hb=1af6842deebba55c837043f69a1a8f06d710e497;hp=e05a690cd83e10102166b86e6e42481a39da47f5;hpb=fddf612d86189f4f71c4edcb4e9567b1b1575483;p=civicrm-core.git diff --git a/CRM/Utils/DeprecatedUtils.php b/CRM/Utils/DeprecatedUtils.php index e05a690cd8..9d2d7ca4e0 100644 --- a/CRM/Utils/DeprecatedUtils.php +++ b/CRM/Utils/DeprecatedUtils.php @@ -780,12 +780,12 @@ function _civicrm_api3_deprecated_add_formatted_param(&$values, &$params) { } foreach ([ - 'Phone', - 'Email', - 'IM', - 'OpenID', - 'Phone_Ext', - ] as $block) { + 'Phone', + 'Email', + 'IM', + 'OpenID', + 'Phone_Ext', + ] as $block) { $name = strtolower($block); if (!array_key_exists($name, $values)) { continue; @@ -1063,7 +1063,6 @@ function _civicrm_api3_deprecated_validate_formatted_contact(&$params) { return civicrm_api3_create_success(TRUE); } - /** * @deprecated - this is part of the import parser not the API & needs to be moved on out *