]> git.mjollnir.org Git - moodle.git/commitdiff
*** empty log message ***
authormartin <martin>
Mon, 2 Sep 2002 06:25:27 +0000 (06:25 +0000)
committermartin <martin>
Mon, 2 Sep 2002 06:25:27 +0000 (06:25 +0000)
mod/forum/post.php

index 5456f175e4fc7903f35771d639adc8e1271f5398..c8b2683d9f703b41a8f367eb4c691090f50bbf9f 100644 (file)
                          $HTTP_REFERER);
                          
             echo "<CENTER><HR>";
-            forum_print_post($post, 0, $ownpost=false, $reply=false, $link=false);
-
+            forum_print_post($post, $forum->course, $ownpost=false, $reply=false, $link=false);
         }
 
         die;