From 1fe90a6ed57819c0e647a6a5f9264444de947bef Mon Sep 17 00:00:00 2001 From: Edwin Smulders Date: Sat, 21 Jul 2007 23:58:06 +0000 Subject: [PATCH] Queued test results shouldn't be visible to maintainers of an application family or version that are themselves still queued. Add where condition that 'appMaintainers.queued = 'false''. --- include/testData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/testData.php b/include/testData.php index 52b9766..1d021b2 100644 --- a/include/testData.php +++ b/include/testData.php @@ -918,6 +918,8 @@ class testData{ ) ) AND + appMaintainers.queued = 'false' + AND testResults.queued = '?' ORDER BY '?'$sLimit"; } if($sLimit)