ChangeSet ID: 31234 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/01 19:35:17 Modified files: include : appData.php application.php distribution.php maintainer.php objectManager.php screenshot.php testData.php vendor.php version.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Make objectGetTableRow() return a TableRow class instance. Added accessors to set the appropriate parameters in the TableRow class. Removed some unused parameters from the TableRow class. Patch: http://cvs.winehq.org/patch.py?id=31234 Old revision New revision Changes Path 1.27 1.28 +2 -1 appdb/include/appData.php 1.116 1.117 +2 -1 appdb/include/application.php 1.36 1.37 +5 -3 appdb/include/distribution.php 1.44 1.45 +2 -1 appdb/include/maintainer.php 1.32 1.33 +29 -21 appdb/include/objectManager.php 1.72 1.73 +2 -1 appdb/include/screenshot.php 1.62 1.63 +5 -1 appdb/include/testData.php 1.32 1.33 +4 -1 appdb/include/vendor.php 1.133 1.134 +2 -1 appdb/include/version.php