mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
minor fixes
This commit is contained in:
parent
195766e11c
commit
77dd8b1fb9
@ -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 (';
|
||||
|
Loading…
x
Reference in New Issue
Block a user