From 732e5eddfd6b6e138538975b8353e435c3738f13 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 17 May 2020 16:35:26 -0400 Subject: [PATCH] code is still reachable --- CRM/Contact/Import/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/Import/Parser.php b/CRM/Contact/Import/Parser.php index 80d10ff5865d..260c45cfbd7d 100644 --- a/CRM/Contact/Import/Parser.php +++ b/CRM/Contact/Import/Parser.php @@ -832,6 +832,7 @@ public function formatCommonData($params, &$formatted, &$contactFields) { $this->formatLocationBlock($value, $formatted); } else { + // @todo - this is still reachable - e.g. import with related contact info like firstname,lastname,spouse-first-name,spouse-last-name,spouse-home-phone CRM_Core_Error::deprecatedFunctionWarning('this is not expected to be reachable now'); $this->formatContactParameters($value, $formatted); }