More fixes for PHP7.2

This commit is contained in:
Rob Lensen
2018-03-21 23:02:46 +01:00
parent 50d8aafc77
commit 3db22c0d33
4 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -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