minor fixes

This commit is contained in:
alejandro.campos@artica.es 2024-02-22 15:07:18 +01:00
parent 195766e11c
commit 77dd8b1fb9
1 changed files with 1 additions and 0 deletions

View File

@ -1177,6 +1177,7 @@ function events_get_all(
$array_search[] = 'lower(ta.alias)';
}
// Disregard repeated whitespaces when searching.
$collapsed_spaces_search = preg_replace('/( )+/', ' ', $filter['search']);
$sql_search = ' AND (';