ChangeSet ID: 31294 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/30 20:51:41 Modified files: include : appData.php application.php browse_newest_apps.php distribution.php maintainer.php objectManager.php table.php testData.php vendor.php version.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> objectGetHeader() should return a TableRow instance as this is closer to what the information represents and is a much more useful form. Patch: http://cvs.winehq.org/patch.py?id=31294 Old revision New revision Changes Path 1.30 1.31 +6 -7 appdb/include/appData.php 1.121 1.122 +6 -7 appdb/include/application.php 1.2 1.3 +11 -5 appdb/include/browse_newest_apps.php 1.38 1.39 +10 -5 appdb/include/distribution.php 1.50 1.51 +7 -8 appdb/include/maintainer.php 1.41 1.42 +7 -3 appdb/include/objectManager.php 1.3 1.4 +1 -1 appdb/include/table.php 1.73 1.74 +9 -9 appdb/include/testData.php 1.34 1.35 +10 -5 appdb/include/vendor.php 1.142 1.143 +7 -7 appdb/include/version.php