From 507308c15c04382d55d423a7c961a44558e3a2c8 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 14 Aug 2015 11:18:57 +0200 Subject: [PATCH] Fixed typo bug. --- pandora_console/include/functions_reporting_html.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;