From 000705d221d77e0781d5220bdd176d90cdbcef10 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 16 Dec 2014 16:42:33 +0000 Subject: [PATCH] Remove extra empty column --- .../inc/class.importexport_wizard_basic_export_csv.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/importexport/inc/class.importexport_wizard_basic_export_csv.inc.php b/importexport/inc/class.importexport_wizard_basic_export_csv.inc.php index 98286e3d43..cbfc880a1b 100644 --- a/importexport/inc/class.importexport_wizard_basic_export_csv.inc.php +++ b/importexport/inc/class.importexport_wizard_basic_export_csv.inc.php @@ -98,6 +98,7 @@ class importexport_wizard_basic_export_csv $content['mapping']['all_custom_fields'] = $appname; } unset($content['mapping']['']); + unset($content['mapping'][0]); unset($content['fields']); switch (array_search('pressed', $content['button'])) {