Fixed typo bug.

This commit is contained in:
mdtrooper 2015-08-14 11:18:57 +02:00
parent d03dc7607b
commit 507308c15c

View File

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