diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-06-19 20:39:12 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-06-19 20:39:12 +0000 |
commit | a61307e65286a239eee279428c11b4ac749830c2 (patch) | |
tree | 3e384f3d1af9f3ad304b28669aff358fbf727360 /search.php | |
parent | e9c7c08ec472e1969e1384abfd781a3b0b9c19c3 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ' ).' |