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'])) {