mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
* Calendar - Fix CSV export search results did not work (gave error)
This commit is contained in:
parent
e433c708df
commit
8f7cf3541b
@ -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