diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-05-15 03:41:02 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-05-15 03:41:02 +0000 |
commit | b0e92b7df1b0fe8f07b73e80364ce69a391b5f6a (patch) | |
tree | 24b14429b5ba9b4e6f7addc4a37d59aa41db93ac /comments.php | |
parent | 13a7e043ac4da994c2c5a8f337c914ff833c6384 (diff) |
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
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index b46ee3f8e..de328152f 100644 --- a/comments.php +++ b/comments.php @@ -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'] ) ) ). ')'; |