Skip to content

Commit

Permalink
bug 2846: pwg.images.search sql error when called with f_* parameters
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@20999 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Feb 24, 2013
1 parent 0e62a02 commit b47c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ws_functions.inc.php
Expand Up @@ -1277,7 +1277,7 @@ function ws_images_search($params, &$service)

$search_result = get_quick_search_results($params['query'],
$super_order_by,
implode(',', $where_clauses)
implode(' AND ', $where_clauses)
);

$image_ids = array_slice(
Expand Down

0 comments on commit b47c2a6

Please sign in to comment.