Ignore:
Timestamp:
Jan 8, 2005, 12:51:48 AM (19 years ago)
Author:
plg
Message:
  • bug fixed : if an element is linked more than once, bug on count of total elements of best rated category
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r675 r676  
    666666        // are less rated items
    667667        $query ='
    668 SELECT COUNT(1) AS count
     668SELECT COUNT(DISTINCT(id)) AS count
    669669  FROM '.IMAGES_TABLE.'
    670670    INNER JOIN '.IMAGE_CATEGORY_TABLE.' AS ic ON id = ic.image_id
Note: See TracChangeset for help on using the changeset viewer.