From e0c5b2777d12eea9e60605602bdd50c940e8a835 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Fri, 25 Aug 2023 12:06:29 +0200 Subject: [PATCH] 11821-Show events comment in table --- pandora_console/include/functions_ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 62127b97e2..495c36f6c2 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -7097,7 +7097,7 @@ function ui_print_breadcrums($tab_name) * * @return string HTML string with the last comment of the events. */ -function ui_print_comments($comments, $truncate_limit=255) +function ui_print_comments($comment, $truncate_limit=255) { global $config;