Fixed bug in CSV export

This commit is contained in:
manuel 2019-10-25 09:49:55 +02:00
parent 86fd1275be
commit 313733d071

View File

@ -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;
}