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