It's uniqid, not uniq_id (hermione reference). Ticket #4249
This commit is contained in:
parent
d41f8802f6
commit
b9d4f829df
|
@ -1356,7 +1356,7 @@ function reporting_html_network_interfaces_report($table, $item) {
|
|||
$table_agent->colspan[$interface_name][0] = 3;
|
||||
}
|
||||
|
||||
$id = uniq_id();
|
||||
$id = uniqid();
|
||||
|
||||
$table->data['agents'][$id] = html_print_table($table_agent, true);
|
||||
$table->colspan[$id][0] = 3;
|
||||
|
|
Loading…
Reference in New Issue