closing the $rs

This commit is contained in:
toyomoyo
2007-10-17 07:28:17 +00:00
parent b592b8040e
commit 82f66bed7b
+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;
}