mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fixing Dead-User-Query
This commit is contained in:
parent
56c7544045
commit
2e2edec54f
@ -57,7 +57,7 @@ public static function getDiedUsers() {
|
|||||||
WHERE
|
WHERE
|
||||||
r.field = ?
|
r.field = ?
|
||||||
AND r.packageID = ?
|
AND r.packageID = ?
|
||||||
AND a.fieldValue IS NOT NULL
|
AND r.fieldValue IS NOT NULL
|
||||||
AND (
|
AND (
|
||||||
a.fieldValue < ?
|
a.fieldValue < ?
|
||||||
OR a.fieldValue IS NULL
|
OR a.fieldValue IS NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user