mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed bug in export to csv report
Former-commit-id: 4bb84abbbb42945974643207f4976131753ab257
This commit is contained in:
parent
f8ac525281
commit
4c6cd847bd
@ -6547,7 +6547,7 @@ function reporting_simple_graph($report, $content, $type = 'dinamic',
|
||||
$content['id_agent_module'],
|
||||
$content['period'],
|
||||
$report["datetime"]);
|
||||
|
||||
$return['chart'] = array();
|
||||
foreach ($data as $d) {
|
||||
$return['chart'][$d['utimestamp']] = $d['data'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user