modified function to export audit csv to decode entities as separator

This commit is contained in:
alejandro-campos 2019-08-30 09:42:58 +02:00
parent 6a982697d2
commit f423ddc42f
1 changed files with 1 additions and 1 deletions

View File

@ -2852,7 +2852,7 @@ function print_audit_csv($data)
global $config; global $config;
global $graphic_type; global $graphic_type;
$divider = $config['csv_divider']; $divider = html_entity_decode($config['csv_divider']);
if (!$data) { if (!$data) {
echo __('No data found to export'); echo __('No data found to export');