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''.
This commit is contained in:
Edwin Smulders
2007-07-21 23:58:06 +00:00
committed by WineHQ
parent f08ae29f58
commit 1fe90a6ed5

View File

@@ -918,6 +918,8 @@ class testData{
)
)
AND
appMaintainers.queued = 'false'
AND
testResults.queued = '?' ORDER BY '?'$sLimit";
}
if($sLimit)