ChangeSet ID: 31258 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/21 18:58:06
Modified files: include : testData.php
Log message: Edwin Smulders edwin.smulders@gmail.com 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''.
Patch: http://cvs.winehq.org/patch.py?id=31258
Old revision New revision Changes Path 1.66 1.67 +2 -0 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.66 appdb/include/testData.php:1.67 --- appdb/include/testData.php:1.66 21 Jul 2007 23:58: 6 -0000 +++ appdb/include/testData.php 21 Jul 2007 23:58: 6 -0000 @@ -918,6 +918,8 @@ class testData{ ) ) AND + appMaintainers.queued = 'false' + AND testResults.queued = '?' ORDER BY '?'$sLimit"; } if($sLimit)