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 $graphic_type;
$divider = $config['csv_divider'];
$divider = html_entity_decode($config['csv_divider']);
if (!$data) {
echo __('No data found to export');