From 8d31ec59aaeaf6aaf0f1558c93a73471f0a96365 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 10 Jan 2023 08:18:12 +1300 Subject: [PATCH] Php8.2 Contact import - remove columnCount --- CRM/Import/Forms.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Import/Forms.php b/CRM/Import/Forms.php index ff4da683aa..6a8ca109c4 100644 --- a/CRM/Import/Forms.php +++ b/CRM/Import/Forms.php @@ -684,7 +684,6 @@ class CRM_Import_Forms extends CRM_Core_Form { $this->assign('columnNames', $this->getColumnHeaders()); $this->assign('showColumnNames', $this->getSubmittedValue('skipColumnHeader') || $this->getSubmittedValue('dataSource') !== 'CRM_Import_DataSource'); $this->assign('highlightedFields', $this->getHighlightedFields()); - $this->assign('columnCount', $this->_columnCount); $this->assign('dataValues', $this->_dataValues); } -- 2.25.1