11821-Show events comment in table

This commit is contained in:
Pablo Aragon 2023-08-25 12:06:29 +02:00
parent fac107ca49
commit e0c5b2777d

View File

@ -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;