fix: Matrix best/worst now must have 10 or more votes

This commit is contained in:
Doug Bell 2007-12-13 19:36:50 +00:00
parent c5c24852ca
commit 73f1a3e379
2 changed files with 2 additions and 1 deletions

View file

@ -1050,7 +1050,7 @@ sub view {
where
Matrix_listing.assetId=".$self->session->db->quote($self->getId)." and
Matrix_listing.status='approved' and
Matrix_ratingSummary.countValue > 0
Matrix_ratingSummary.countValue >= 10
order by
Matrix_ratingSummary.meanValue
";