one more cleaned - merged form 14_STABLE
authorskodak <skodak>
Sun, 10 Oct 2004 20:37:58 +0000 (20:37 +0000)
committerskodak <skodak>
Sun, 10 Oct 2004 20:37:58 +0000 (20:37 +0000)
mod/dialogue/locallib.php

index 43e1f63dba5607ec71970a91849b0f98f46bfdf9..6c2e635b8df7194aaaaea5730259616bedc85697 100644 (file)
@@ -801,7 +801,7 @@ function dialogue_show_other_conversations($dialogue, $conversation) {
                     // print_user_picture($otheruser->id, $course->id, $otheruser->picture);
                     echo "<b>".get_string("dialoguewith", "dialogue", 
                         fullname($otheruser))."</b></td>";
-                    echo "<td bgcolor=\"$THEME->cellheading2\" valign=\"top\"><i>$otherconversation->subject&nbsp;</i></td></tr>";
+                    echo "<td bgcolor=\"$THEME->cellheading2\" valign=\"top\"><i>".clean_text($otherconversation->subject)."&nbsp;</i></td></tr>";
                     if ($entries = get_records_select("dialogue_entries", 
                             "conversationid = $otherconversation->id", "id")) {
                         foreach ($entries as $entry) {