mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +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 ();
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user