Line 366 reads db_query('DELETE FROM {chatroom_chat} WHERE crid IN (%s)', $ccids);, but $ccid shouldn't feed crid in the WHERE clause. If crid is what should be in the WHERE clause, then $ccid should be replaced with $node->chatroom->crid shouldn't it?

Comments

darren oh’s picture

Thanks. Fixed in CVS commits 83277 and 83278.

darren oh’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)