mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
bug fixed: searching $search array twice in get_regular_search_results was
useless and buggy because $search_id was not existing in this function. git-svn-id: http://piwigo.org/svn/trunk@1618 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -232,8 +232,6 @@ SELECT DISTINCT(id)
|
||||
$items = array_from_query($query, 'id');
|
||||
}
|
||||
|
||||
$search = get_search_array($search_id);
|
||||
|
||||
if (isset($search['fields']['tags']))
|
||||
{
|
||||
$tag_items = get_image_ids_for_tags(
|
||||
|
||||
Reference in New Issue
Block a user