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:
rvelices 2007-05-15 03:41:02 +00:00
parent 13a7e043ac
commit b0e92b7df1

View file

@ -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'] )
)
).
')';