MDL-11738 merged, chat message not shown

This commit is contained in:
toyomoyo
2007-10-17 07:18:56 +00:00
parent 74204b6188
commit b592b8040e
-2
View File
@@ -366,8 +366,6 @@ function chat_get_latest_message($chatid, $groupid=0) {
$result = rs_fetch_record($rs);
rs_close($result);
return $result;
}