diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 71c203605b..7a93390094 100755 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -1168,9 +1168,8 @@ function reporting_html_historical_data($table, $item) { $table1->data = array (); foreach ($item['data'] as $data) { - $row = array($data[__('date')], $data[__('Data')]); - $table1->data[] = $row; - } + $row = array($data[__('date')], $data[__('Data')]); + $table1->data[] = $row; } $table->colspan['database_serialized']['cell'] = 3;