Cutting and pasting too quick

This commit is contained in:
moodler
2003-08-17 13:14:41 +00:00
parent 3b1bb96902
commit a33c4ae8c2
+2 -2
View File
@@ -757,8 +757,8 @@ function print_course_admin_links($course, $width=180) {
}
}
if (!$course->teachers) {
$course->teachers = get_string("defaultcourseteachers");
if (!$course->students) {
$course->students = get_string("defaultcoursestudents");
}
$admindata[]="<a href=\"student.php?id=$course->id\">$course->students...</a>";
$adminicon[]="<img src=\"$pixpath/i/users.gif\" height=16 width=16 alt=\"\">";