From a33c4ae8c232dcb658d9986dcb2084af01e53309 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 17 Aug 2003 13:14:41 +0000 Subject: [PATCH] Cutting and pasting too quick --- course/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/lib.php b/course/lib.php index 362f840934..9ba67fdbfe 100644 --- a/course/lib.php +++ b/course/lib.php @@ -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[]="id\">$course->students..."; $adminicon[]="\"\""; -- 2.39.5