From 278a229c2546abdf59ade039a7de64094582fe18 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Apr 2003 12:22:52 +0000 Subject: [PATCH] Slight fix to teacheronly coloring --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5