mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed bug in CSV export
This commit is contained in:
parent
86fd1275be
commit
313733d071
@ -4221,14 +4221,7 @@ function reporting_sql_graph(
|
||||
|
||||
case 'data':
|
||||
$data = [];
|
||||
foreach ($modules as $key => $value) {
|
||||
$data[$value] = modules_get_agentmodule_data(
|
||||
$value,
|
||||
$content['period'],
|
||||
$report['datetime']
|
||||
);
|
||||
}
|
||||
|
||||
$data = db_get_all_rows_sql($content['external_source']);
|
||||
$return['chart'] = $data;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user