keyword search was not working comments.php
git-svn-id: http://piwigo.org/svn/trunk@2012 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
badf551781
commit
88d47f2332
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ if (isset($_GET['keyword']) and !empty($_GET['keyword']))
|
|||
'$s',
|
||||
'return "content LIKE \'%$s%\'";'
|
||||
),
|
||||
preg_split('/[\s,;]+/', $keyword)
|
||||
preg_split('/[\s,;]+/', $_GET['keyword'] )
|
||||
)
|
||||
).
|
||||
')';
|
||||
|
|
Loading…
Add table
Reference in a new issue