merge -r 2012 from trunk to branch-1_7
keyword search was not working comments.php git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2013 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
13a7e043ac
commit
b0e92b7df1
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…
Reference in a new issue