From 2e2edec54f8e6ed4f5fa6763108abb78ec3994ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Apr 2012 21:36:07 +0200 Subject: [PATCH] Fixing Dead-User-Query --- file/lib/util/ChatUtil.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/lib/util/ChatUtil.class.php b/file/lib/util/ChatUtil.class.php index a5fc525..f7d37e9 100644 --- a/file/lib/util/ChatUtil.class.php +++ b/file/lib/util/ChatUtil.class.php @@ -57,7 +57,7 @@ public static function getDiedUsers() { WHERE r.field = ? AND r.packageID = ? - AND a.fieldValue IS NOT NULL + AND r.fieldValue IS NOT NULL AND ( a.fieldValue < ? OR a.fieldValue IS NULL