(cp e8df728) fix create_function replacement

This commit is contained in:
plegall
2018-07-13 14:51:15 +02:00
parent 23b23c1a59
commit 86efc8c0de
+1 -1
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'] )
)
).