rating MDL-21657 Fixed count aggregation

This commit is contained in:
Andrew Davis
2010-05-03 06:06:02 +00:00
parent e8cf27e860
commit a6fb9d0d3f
+1 -1
View File
@@ -539,7 +539,7 @@ class rating_manager {
$aggregatestr = 'AVG';
break;
case RATING_AGGREGATE_COUNT:
$aggregatestr = 'CNT';
$aggregatestr = 'COUNT';
break;
case RATING_AGGREGATE_MAXIMUM:
$aggregatestr = 'MAX';