From 1678c38c25b10cf228cde65ac02e59a030b141a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 23 Jul 2007 20:02:24 +0000 Subject: [PATCH] Fix testData::objectGetEntriesCount() for queued maintainers. Same fix was applied to testData::objectGetEntries() --- include/testData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/testData.php b/include/testData.php index 3b9b8bf..2565e3f 100644 --- a/include/testData.php +++ b/include/testData.php @@ -860,6 +860,8 @@ class testData{ AND appMaintainers.userId = '?' AND + appMaintainers.queued = 'false' + AND ( ( appMaintainers.superMaintainer = '1'