]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11738 merged, chat message not shown
authortoyomoyo <toyomoyo>
Wed, 17 Oct 2007 07:18:56 +0000 (07:18 +0000)
committertoyomoyo <toyomoyo>
Wed, 17 Oct 2007 07:18:56 +0000 (07:18 +0000)
mod/chat/lib.php

index 22eee7ad8f7a6aa3dc2639bf6b0ca5c86949c9c2..c8f68fc723802db55bebddee24fdfc5078ca5057 100644 (file)
@@ -366,8 +366,6 @@ function chat_get_latest_message($chatid, $groupid=0) {
 
     $result = rs_fetch_record($rs);
 
-    rs_close($result);
-
     return $result;
 }