mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fix create_function replacement
This commit is contained in:
parent
f2834925bb
commit
e8df728125
1 changed files with 1 additions and 1 deletions
|
@ -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'] )
|
||||
)
|
||||
).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue