From: moodler Date: Fri, 22 Aug 2003 16:35:04 +0000 (+0000) Subject: Teacher forum name in the list is in fact the name of the teacher forum. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eafc0b4470d5081c130a5199d7c8288e471a346b;p=moodle.git Teacher forum name in the list is in fact the name of the teacher forum. --- diff --git a/course/lib.php b/course/lib.php index 83e1da88b7..701efd8c3f 100644 --- a/course/lib.php +++ b/course/lib.php @@ -822,7 +822,7 @@ function print_course_admin_links($course, $width=180) { $adminicon[]="\"\""; if ($teacherforum = forum_get_course_forum($course->id, "teacher")) { - $admindata[]="wwwroot/mod/forum/view.php?f=$teacherforum->id\">".get_string("nameteacher", "forum").""; + $admindata[]="wwwroot/mod/forum/view.php?f=$teacherforum->id\">$teacherforum->name"; $adminicon[]="\"\""; }