From: Eileen McNaughton Date: Fri, 13 May 2022 01:52:53 +0000 (+1200) Subject: Remove sets for no-longer gotten vars X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c1ec8eeeb577930fd9d6e8d3ceb368b77f3b2103;p=civicrm-core.git Remove sets for no-longer gotten vars --- 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();