From 7626969c9c84265dc594fee5eec474e34f51a831 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 29 Mar 2004 06:02:21 +0000 Subject: [PATCH] Fixed Tim's bug with the chat not updating - bug 1151 His chat->intro had 'quotes' in it --- mod/chat/lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/chat/lib.php b/mod/chat/lib.php index 5581a4fb78..c6a77bb5d8 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -296,6 +296,8 @@ function chat_update_chat_times($chatid=0) { } foreach ($chats as $chat) { + unset($chat->name); + unset($chat->intro); switch ($chat->schedule) { case 1: // Single event - turn off schedule and disable $chat->chattime = 0; -- 2.39.5