mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Remove extra empty column
This commit is contained in:
parent
4eeed35c6c
commit
000705d221
@ -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']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user