From bbadce5351c3592d21b46fe5c60ace7c25365e16 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 1 Mar 2008 16:20:30 +0000 Subject: [PATCH] fixed groups property typo; merged from MOODLE_19_STABLE --- grade/report/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5