From a10412872b6d4e9d07dae5bef2a3ae0da1f73e59 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 19 Jul 2023 15:04:37 +0200 Subject: [PATCH] alerts user comment pandora_enterprise#11387 --- pandora_console/include/functions_events.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 28a931c3c4..5347f3cde4 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -2355,7 +2355,6 @@ function events_create_event( 'id_agentmodule' => $id_agent_module, 'id_alert_am' => $id_aam, 'criticity' => $priority, - 'user_comment' => '', 'tags' => $tags, 'source' => $source, 'id_extra' => $id_extra,