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:
parent
378a1ab33a
commit
211c6485a8
@ -52,7 +52,7 @@ public static function getDiedUsers() {
|
||||
wcf".WCF_N."_chat_message
|
||||
ORDER BY
|
||||
messageID DESC";
|
||||
$stmt = WCF::getDB()->prepareStatement($sql, 1);
|
||||
$stmt = WCF::getDB()->prepareStatement($sql, 1, 1);
|
||||
$stmt->execute();
|
||||
$time = $stmt->fetchColumn();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user