fixed missing dot

This commit is contained in:
skodak
2006-09-19 06:38:17 +00:00
parent 9fe3be1b01
commit 92ab23875a
+1 -1
View File
@@ -21,7 +21,7 @@
if ($teachers = get_user_capability_course('moodle/course:edit')) {
foreach ($teachers as $teacher) {
if ($teacher->id != $course->id && $teacher->id != SITEID){
$tcourseids .= $teacher->id',';
$tcourseids .= $teacher->id.',';
}
}
}