From abedd879106a552b0ff5c93b0abb3f738b9f88b6 Mon Sep 17 00:00:00 2001 From: Daniel Barbero Martin Date: Thu, 2 Dec 2021 14:04:33 +0100 Subject: [PATCH] wip reports alert actions --- pandora_console/include/functions_alerts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/include/functions_alerts.php b/pandora_console/include/functions_alerts.php index b1f6226a7f..efcf3f21dc 100644 --- a/pandora_console/include/functions_alerts.php +++ b/pandora_console/include/functions_alerts.php @@ -3170,6 +3170,8 @@ function alerts_get_alert_fired($filters=[], $groupsBy=[], $total=false) $group_by ); + hd($query); + $data = db_get_all_rows_sql($query); if ($data === false) {