From b9d4f829df7df99cff74ee565a247de73ad68cef Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 29 Nov 2016 15:33:21 +0100 Subject: [PATCH] It's uniqid, not uniq_id (hermione reference). Ticket #4249 --- pandora_console/include/functions_reporting_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index bbe0b453ee..8a2dd9db6e 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -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;