From b592b8040ee0bd95f86cbfb303ef13fd663d7d96 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 17 Oct 2007 07:18:56 +0000 Subject: [PATCH] MDL-11738 merged, chat message not shown --- mod/chat/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/chat/lib.php b/mod/chat/lib.php index 22eee7ad8f..c8f68fc723 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -366,8 +366,6 @@ function chat_get_latest_message($chatid, $groupid=0) { $result = rs_fetch_record($rs); - rs_close($result); - return $result; } -- 2.39.5