fixed groups property typo

This commit is contained in:
skodak
2008-03-01 16:19:48 +00:00
parent eccbfc92ae
commit ccb472e7b9
+1 -1
View File
@@ -265,7 +265,7 @@ class grade_report {
$groupwheresql = "";
if ($groups) {
$groupsql = $this->groupsql;
$groupwheresql = $this->groupsqlwhere;
$groupwheresql = $this->groupwheresql;
}
$countsql = "SELECT COUNT(DISTINCT u.id)