From de87c32835bece889c7424a5a7fa9ad4d01fcac1 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 10 Oct 2004 20:37:58 +0000 Subject: [PATCH] one more cleaned - merged form 14_STABLE --- mod/dialogue/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/dialogue/locallib.php b/mod/dialogue/locallib.php index 43e1f63dba..6c2e635b8d 100644 --- a/mod/dialogue/locallib.php +++ b/mod/dialogue/locallib.php @@ -801,7 +801,7 @@ function dialogue_show_other_conversations($dialogue, $conversation) { // print_user_picture($otheruser->id, $course->id, $otheruser->picture); echo "".get_string("dialoguewith", "dialogue", fullname($otheruser)).""; - echo "cellheading2\" valign=\"top\">$otherconversation->subject "; + echo "cellheading2\" valign=\"top\">".clean_text($otherconversation->subject)." "; if ($entries = get_records_select("dialogue_entries", "conversationid = $otherconversation->id", "id")) { foreach ($entries as $entry) { -- 2.39.5