diff --git a/CRM/Contact/Import/Form/Preview.php b/CRM/Contact/Import/Form/Preview.php index a57b24d8bf52..248b809cf19b 100644 --- a/CRM/Contact/Import/Form/Preview.php +++ b/CRM/Contact/Import/Form/Preview.php @@ -77,17 +77,8 @@ public function preProcess() { $this->set('downloadMismatchRecordsUrl', CRM_Utils_System::url('civicrm/export', $urlParams)); } - $properties = array( - 'conflictRowCount', - 'downloadConflictRecordsUrl', - 'downloadMismatchRecordsUrl', - ); - $this->assign('mapper', $this->getMappedFieldLabels()); - foreach ($properties as $property) { - $this->assign($property, $this->get($property)); - } $this->assign('dataValues', $this->getDataRows([], 2)); $this->setStatusUrl(); diff --git a/templates/CRM/Contact/Import/Form/Preview.tpl b/templates/CRM/Contact/Import/Form/Preview.tpl index 5e883e2664a5..93bea4cec1f2 100644 --- a/templates/CRM/Contact/Import/Form/Preview.tpl +++ b/templates/CRM/Contact/Import/Form/Preview.tpl @@ -54,17 +54,6 @@ {/if} - {if $conflictRowCount} -