mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Respect convert to human friendly values option
This commit is contained in:
parent
22441f3112
commit
b69442d47f
@ -58,7 +58,9 @@ class calendar_export_csv implements importexport_iface_export_plugin {
|
||||
}
|
||||
|
||||
// Standard stuff
|
||||
importexport_export_csv::convert($record, $convert_fields, 'calendar');
|
||||
if($options['convert']) {
|
||||
importexport_export_csv::convert($record, $convert_fields, 'calendar');
|
||||
}
|
||||
|
||||
$export_object->export_record($record);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user