]> git.mjollnir.org Git - moodle.git/commitdiff
Recommitting because of CVS wierdness
authormoodler <moodler>
Sat, 5 Jul 2003 11:52:01 +0000 (11:52 +0000)
committermoodler <moodler>
Sat, 5 Jul 2003 11:52:01 +0000 (11:52 +0000)
mod/forum/lib.php

index 3511045d3f2ed3a8642b529324b5bdce0935fbf3..3caa6304bcbb182bfde706b136a6c435674f33a9 100644 (file)
@@ -902,7 +902,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
     } else {
         // Print whole message
         echo format_text($post->message, $post->format);
-        echo $attachedimages;
+        echo $attachedimages; 
     }
 
     echo "<p align=right><font size=-1>";