From: toyomoyo Date: Wed, 17 Oct 2007 07:18:56 +0000 (+0000) Subject: MDL-11738 merged, chat message not shown X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b592b8040ee0bd95f86cbfb303ef13fd663d7d96;p=moodle.git MDL-11738 merged, chat message not shown --- 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; }