]> git.mjollnir.org Git - moodle.git/commitdiff
Show default mode again
authormoodler <moodler>
Sat, 16 Aug 2003 06:20:39 +0000 (06:20 +0000)
committermoodler <moodler>
Sat, 16 Aug 2003 06:20:39 +0000 (06:20 +0000)
mod/forum/discuss.php

index 415ff154835dfe07e2277d1f864a6626f7c2dc74..2b8cf0d9e85b7a523957edd5569bbe113849e314 100644 (file)
@@ -90,7 +90,7 @@
     }
 
     echo "<table width=\"100%\"><tr><td width=\"33%\">&nbsp;</td><td width=\"33%\">";
-    forum_print_mode_form($discussion->id, $mode);
+    forum_print_mode_form($discussion->id, $displaymode);
     echo "</td><td width=\"33%\">";
     if (isteacher($course->id)) {    // Popup menu to allow discussions to be moved to other forums
         if ($forums = get_all_instances_in_course("forum", $course)) {