1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix RoomAction::prune()

This commit is contained in:
Tim Düsterhus 2013-02-01 23:25:24 +01:00
parent cdd2385b08
commit b3a192fc78

View File

@ -65,8 +65,8 @@ public function prune() {
FROM
wcf".WCF_N."_user_storage
WHERE
AND field = ?
AND fieldValue IS NOT NULL
field = ?
AND fieldValue IS NOT NULL
)";
$stmt = \wcf\system\WCF::getDB()->prepareStatement($sql);
$stmt->execute(array(0, 'roomID'));