mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-3967-imagen-en-consulta-a-db-interface' into 'develop'
Fix bug on reports db interface query See merge request artica/pandorafms!2906
This commit is contained in:
commit
8ecefd686f
@ -39,6 +39,9 @@ function reporting_xml_get_report($report, $filename, $return=false)
|
||||
}
|
||||
}
|
||||
|
||||
// Remove entities.
|
||||
$report = io_safe_output($report);
|
||||
|
||||
$xml = null;
|
||||
$xml = array2XML($report, 'report', $xml);
|
||||
$xml = preg_replace('/(<[^>]+>)(<[^>]+>)(<[^>]+>)/', "$1\n$2\n$3", $xml);
|
||||
|
Loading…
x
Reference in New Issue
Block a user