mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +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
|
// Standard stuff
|
||||||
|
if($options['convert']) {
|
||||||
importexport_export_csv::convert($record, $convert_fields, 'calendar');
|
importexport_export_csv::convert($record, $convert_fields, 'calendar');
|
||||||
|
}
|
||||||
|
|
||||||
$export_object->export_record($record);
|
$export_object->export_record($record);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user