fix create_function replacement

This commit is contained in:
modus75 2018-07-12 21:14:08 +02:00
parent f2834925bb
commit e8df728125

View file

@ -181,7 +181,7 @@ if (!empty($_GET['keyword']))
'('.
implode(' AND ',
array_map(
function($s) {return "content LIKE \'%$s%\'"; } ,
function($s) {return "content LIKE '%$s%'"; } ,
preg_split('/[\s,;]+/', $_GET['keyword'] )
)
).