appdb/include testData.php

WineHQ wineowner at wine.codeweavers.com
Mon Jul 23 15:02:24 CDT 2007


ChangeSet ID:	31261
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/23 15:02:24

Modified files:
	include        : testData.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at 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'



More information about the wine-cvs mailing list