From c1ec8eeeb577930fd9d6e8d3ceb368b77f3b2103 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 13 May 2022 13:52:53 +1200 Subject: [PATCH] Remove sets for no-longer gotten vars --- CRM/Contact/Import/Form/DataSource.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Contact/Import/Form/DataSource.php b/CRM/Contact/Import/Form/DataSource.php index 9ebefb05d4..bccf9ddb5a 100644 --- a/CRM/Contact/Import/Form/DataSource.php +++ b/CRM/Contact/Import/Form/DataSource.php @@ -204,10 +204,6 @@ class CRM_Contact_Import_Form_DataSource extends CRM_Import_Forms { foreach ($storeParams as $storeName => $value) { $this->set($storeName, $value); } - $this->set('disableUSPS', $this->getSubmittedValue('disableUSPS')); - $this->set('dataSource', $this->getSubmittedValue('dataSource')); - $this->set('skipColumnHeader', CRM_Utils_Array::value('skipColumnHeader', $this->_params)); - CRM_Core_Session::singleton()->set('dateTypes', $storeParams['dateFormats']); $this->instantiateDataSource(); -- 2.25.1