From: skodak Date: Sat, 1 Mar 2008 16:20:30 +0000 (+0000) Subject: fixed groups property typo; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bbadce5351c3592d21b46fe5c60ace7c25365e16;p=moodle.git fixed groups property typo; merged from MOODLE_19_STABLE --- diff --git a/grade/report/lib.php b/grade/report/lib.php index 4c9c3ae899..b335a5eae2 100755 --- a/grade/report/lib.php +++ b/grade/report/lib.php @@ -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)