1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing the algorithm change

This commit is contained in:
Tim Düsterhus 2012-04-27 20:00:42 +02:00
parent 378a1ab33a
commit 211c6485a8

View File

@ -52,7 +52,7 @@ public static function getDiedUsers() {
wcf".WCF_N."_chat_message wcf".WCF_N."_chat_message
ORDER BY ORDER BY
messageID DESC"; messageID DESC";
$stmt = WCF::getDB()->prepareStatement($sql, 1); $stmt = WCF::getDB()->prepareStatement($sql, 1, 1);
$stmt->execute(); $stmt->execute();
$time = $stmt->fetchColumn(); $time = $stmt->fetchColumn();
} }