From: moodler Date: Sat, 26 Apr 2003 12:22:52 +0000 (+0000) Subject: Slight fix to teacheronly coloring X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=278a229c2546abdf59ade039a7de64094582fe18;p=moodle.git Slight fix to teacheronly coloring --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 967a3f10f6..f04de9bd03 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -318,7 +318,7 @@ function forum_print_recent_activity(&$logs, $isteacher=false) { //Only if the mod is visible if ($modvisible) { if ($post) { - $teacherpost = ""; + $teacheronly = ""; if ($forum = get_record("forum", "id", $post->forum) ) { if ($forum->type == "teacher") { if ($isteacher) {