modified function to export audit csv to decode entities as separator
This commit is contained in:
parent
6a982697d2
commit
f423ddc42f
|
@ -2852,7 +2852,7 @@ function print_audit_csv($data)
|
|||
global $config;
|
||||
global $graphic_type;
|
||||
|
||||
$divider = $config['csv_divider'];
|
||||
$divider = html_entity_decode($config['csv_divider']);
|
||||
|
||||
if (!$data) {
|
||||
echo __('No data found to export');
|
||||
|
|
Loading…
Reference in New Issue