Remove extra empty column

This commit is contained in:
Nathan Gray 2014-12-19 15:54:22 +00:00
parent 7c9a9640e4
commit 9f867d3632

View File

@ -98,6 +98,7 @@ class importexport_wizard_basic_export_csv
$content['mapping']['all_custom_fields'] = $appname; $content['mapping']['all_custom_fields'] = $appname;
} }
unset($content['mapping']['']); unset($content['mapping']['']);
unset($content['mapping'][0]);
unset($content['fields']); unset($content['fields']);
switch (array_search('pressed', $content['button'])) switch (array_search('pressed', $content['button']))
{ {