Merge branch 'ent-4547-Entities-extrañas-en-el-CSV-del-Review-Logs' into 'develop'

modified function to export audit csv to decode entities as separator

See merge request artica/pandorafms!2692
This commit is contained in:
Daniel Rodriguez 2019-08-30 14:29:44 +02:00
commit c46686981e
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');