ChangeSet ID: 31261 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/23 15:02:24
Modified files: include : testData.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix testData::objectGetEntriesCount() for queued maintainers. Same fix was applied to testData::objectGetEntries()
Patch: http://cvs.winehq.org/patch.py?id=31261
Old revision New revision Changes Path 1.68 1.69 +2 -0 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.68 appdb/include/testData.php:1.69 --- appdb/include/testData.php:1.68 23 Jul 2007 20: 2:24 -0000 +++ appdb/include/testData.php 23 Jul 2007 20: 2:24 -0000 @@ -860,6 +860,8 @@ class testData{ AND appMaintainers.userId = '?' AND + appMaintainers.queued = 'false' + AND ( ( appMaintainers.superMaintainer = '1'