From 9073349e94fdd7990f5c0fca878c6f8467334e2f Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Fri, 23 Dec 2022 11:10:36 +0100 Subject: [PATCH] 10048 Exclude id_alert_action from query --- pandora_console/include/functions_alerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_alerts.php b/pandora_console/include/functions_alerts.php index 65392df073..9921419c8b 100644 --- a/pandora_console/include/functions_alerts.php +++ b/pandora_console/include/functions_alerts.php @@ -2255,7 +2255,7 @@ function get_group_alerts( $filter, $orderbyText ); - hd($sql, true); + $alerts = db_get_all_rows_sql($sql); if ($alerts === false) {