Closed (fixed)
Project:
Chatroom
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2007 at 23:03 UTC
Updated:
19 Oct 2007 at 00:23 UTC
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
Comment #1
darren ohThanks. Fixed in CVS commits 83277 and 83278.
Comment #2
darren ohComment #3
(not verified) commented