fixed bug 3606, thanks Ilshat Fattakhov; merged from MOODLE_15_STABLE

This commit is contained in:
skodak
2005-07-10 17:32:03 +00:00
parent 5893ed6b4e
commit 9a4d45aea4
+1 -1
View File
@@ -2019,7 +2019,7 @@ function get_group_teachers($courseid, $groupid) {
if (($teacher->authority > 0) and ismember($groupid, $teacher->id)) { // Specific group teachers
continue;
}
unset($teacher[$key]);
unset($teachers[$key]);
}
}
return $teachers;