mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
* Calendar - Fix CSV export search results did not work (gave error)
This commit is contained in:
parent
adac2e087d
commit
91e2f72979
@ -92,6 +92,8 @@ class calendar_export_csv implements importexport_iface_export_plugin {
|
||||
|
||||
$ui->get_rows($query, $events, $unused);
|
||||
}
|
||||
// Filter out extra things like sel_options
|
||||
unset($events['sel_options']);
|
||||
break;
|
||||
case 'filter':
|
||||
$fields = importexport_helper_functions::get_filter_fields($_definition->application, $this);
|
||||
|
Loading…
Reference in New Issue
Block a user