mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
More fixes for PHP7.2
This commit is contained in:
@@ -123,7 +123,7 @@ function get_sql_search_clause($search)
|
||||
|
||||
array_walk(
|
||||
$word_clauses,
|
||||
create_function('&$s','$s="(".$s.")";')
|
||||
function(&$s){ $s = "(".$s.")"; },
|
||||
);
|
||||
|
||||
// make sure the "mode" is either OR or AND
|
||||
|
||||
Reference in New Issue
Block a user