forked from extern/egroupware
Remove using string replace
This commit is contained in:
parent
ae48c17417
commit
ddabb6a46f
@ -54,7 +54,7 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
|
||||
'ts_status' => $uitimesheet->status_labels+array(lang('No status'))
|
||||
);
|
||||
foreach($lookups['ts_status'] as &$status) {
|
||||
$status = trim(html_entity_decode($status)); // Remove
|
||||
$status = str_replace(' ','',$status); // Remove
|
||||
}
|
||||
|
||||
// $options['selection'] is array of identifiers as this plugin doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user