Prevent statistics with a count of less than 10 from being listed in the worst list.

This commit is contained in:
Colin Kuskie 2009-12-09 10:16:30 -08:00
parent af20594535
commit c0a9358bcf

View file

@ -786,6 +786,7 @@ sub view {
rating.category =?
and asset.parentId=?
and asset.state='published'
and rating.countValue >= 10
and assetData.revisionDate=(
select
max(revisionDate)