closing this $rs

This commit is contained in:
toyomoyo
2007-10-17 07:28:44 +00:00
parent cf5a890bd6
commit bef2f86f04
+2
View File
@@ -365,6 +365,8 @@ function chat_get_latest_message($chatid, $groupid=0) {
}
$result = rs_fetch_record($rs);
rs_close($rs);
return $result;
}