Removed trace
This commit is contained in:
parent
77a563eb29
commit
8653b8530c
|
@ -2625,7 +2625,6 @@ function reporting_html_general(&$table, $item) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//html_debug($item['data']);
|
|
||||||
$order_data = array();
|
$order_data = array();
|
||||||
foreach ($item['data'] as $row) {
|
foreach ($item['data'] as $row) {
|
||||||
$order_data[$row['id_agent']][$row['id_agent_module']][$row['operator']] = $row['formated_value'];
|
$order_data[$row['id_agent']][$row['id_agent_module']][$row['operator']] = $row['formated_value'];
|
||||||
|
|
Loading…
Reference in New Issue