]> git.mjollnir.org Git - moodle.git/commitdiff
Slight fix to teacheronly coloring
authormoodler <moodler>
Sat, 26 Apr 2003 12:22:52 +0000 (12:22 +0000)
committermoodler <moodler>
Sat, 26 Apr 2003 12:22:52 +0000 (12:22 +0000)
mod/forum/lib.php

index 967a3f10f64384c2b5ca3d64de2039a65fb6f46c..f04de9bd03b81e43943f1723b0ed03ae72439766 100644 (file)
@@ -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) {