code is still reachable
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 17 May 2020 20:35:26 +0000 (16:35 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 17 May 2020 20:35:26 +0000 (16:35 -0400)
CRM/Contact/Import/Parser.php

index 80d10ff5865d2dd8c3a294e695f5717a8f7af5a3..260c45cfbd7d315ef3b4d046bb43d5cb78a4d656 100644 (file)
@@ -832,6 +832,7 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
               $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);
             }