From a61307e65286a239eee279428c11b4ac749830c2 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 19 Jun 2014 20:39:12 +0000 Subject: feature 3094: redesign of search form - fix comments page filter form (css changes affected also that .filter form - simplified also css rules) - better query for author list (using id for visible_images instead of image_id field) - don't show author list if there is only one author git-svn-id: http://piwigo.org/svn/trunk@28744 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index f9d20154f..be2607196 100644 --- a/search.php +++ b/search.php @@ -221,7 +221,7 @@ SELECT array( 'forbidden_categories' => 'category_id', 'visible_categories' => 'category_id', - 'visible_images' => 'ic.image_id' + 'visible_images' => 'id' ), ' WHERE ' ).' -- cgit v1.2.3