mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Remove extra empty column
This commit is contained in:
parent
7c9a9640e4
commit
9f867d3632
@ -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']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user