mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed typo bug.
This commit is contained in:
parent
d03dc7607b
commit
507308c15c
@ -1168,9 +1168,8 @@ function reporting_html_historical_data($table, $item) {
|
|||||||
|
|
||||||
$table1->data = array ();
|
$table1->data = array ();
|
||||||
foreach ($item['data'] as $data) {
|
foreach ($item['data'] as $data) {
|
||||||
$row = array($data[__('date')], $data[__('Data')]);
|
$row = array($data[__('date')], $data[__('Data')]);
|
||||||
$table1->data[] = $row;
|
$table1->data[] = $row;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->colspan['database_serialized']['cell'] = 3;
|
$table->colspan['database_serialized']['cell'] = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user