From 88d47f233205e75b91ce422b555982af29805c92 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 15 May 2007 03:38:48 +0000 Subject: keyword search was not working comments.php git-svn-id: http://piwigo.org/svn/trunk@2012 68402e56-0260-453c-a942-63ccdbb3a9ee --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ) ) ). ')'; -- cgit v1.2.3