class CRM_Custom_Import_Form_MapField extends CRM_Contact_Import_Form_MapField {
protected $_parser = 'CRM_Custom_Import_Parser_Api';
protected $_mappingType = 'Import Multi value custom data';
-// protected $_highlightedFields = array();
/**
* Entity being imported to.
* @var string
$checkCid->external_identifier = $this->_params['external_identifier'];
$checkCid->find(TRUE);
$formatted['id'] = $checkCid->id;
- } else {
+ }
+ else {
$formatted['id'] = $this->_params['contact_id'];
}
$setDateFields = array_intersect_key($this->_params, array_flip($this->_dateFields));