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:
commit
c46686981e
|
@ -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