]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18129 blog_print_entry() - avoid double format_text() ; merged from 19_STABLE
authorstronk7 <stronk7>
Wed, 4 Feb 2009 16:40:26 +0000 (16:40 +0000)
committerstronk7 <stronk7>
Wed, 4 Feb 2009 16:40:26 +0000 (16:40 +0000)
blog/lib.php

index 7b84e5ca7560cd102a4933cfe9557a6a2e8b48d7..8d9026375cf1cd28a2aecfb0aa04a82efaace86e 100755 (executable)
         echo '<div class="audience">'.$blogtype.'</div>';
 
         // Print whole message
-        echo format_text($template['body']);
+        echo $template['body'];
 
         /// Print attachments
         echo $attachedimages;