mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Respect convert to human friendly values option
This commit is contained in:
parent
f491704900
commit
633e28e1e9
@ -66,8 +66,10 @@ class infolog_export_csv implements importexport_iface_export_plugin {
|
||||
}
|
||||
|
||||
// Some conversion
|
||||
importexport_export_csv::convert($record, self::$types, 'infolog');
|
||||
$this->convert($record);
|
||||
if($options['convert']) {
|
||||
importexport_export_csv::convert($record, self::$types, 'infolog');
|
||||
$this->convert($record);
|
||||
}
|
||||
$export_object->export_record($record);
|
||||
unset($record);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user