mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix tags filter
This commit is contained in:
parent
962111936e
commit
47fd35c53f
@ -1315,7 +1315,7 @@ function events_get_all(
|
||||
if ($tags[0] === $id_tag) {
|
||||
$_tmp .= ' AND (( ';
|
||||
} else {
|
||||
$_tmp .= ' OR ( ';
|
||||
$_tmp .= ' AND ( ';
|
||||
}
|
||||
|
||||
$_tmp .= sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user