Fixed typo bug.

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

View File

@ -1171,7 +1171,6 @@ function reporting_html_historical_data($table, $item) {
$row = array($data[__('date')], $data[__('Data')]);
$table1->data[] = $row;
}
}
$table->colspan['database_serialized']['cell'] = 3;
$table->cellstyle['database_serialized']['cell'] = 'text-align: center;';