From 47fd35c53ff4ecaf1309a00d90609612b220df62 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Fri, 15 Dec 2023 10:48:10 +0100 Subject: [PATCH] fix tags filter --- pandora_console/include/functions_events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 747e5154ce..ce747ad3c0 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -1315,7 +1315,7 @@ function events_get_all( if ($tags[0] === $id_tag) { $_tmp .= ' AND (( '; } else { - $_tmp .= ' OR ( '; + $_tmp .= ' AND ( '; } $_tmp .= sprintf(