ChangeSet ID: 26458 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/11 13:53:06 Modified files: . : appbrowse.php appview.php include : application.php category.php version.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Clean up category class. Move category related functions into the class and remove now extranious $catId parameter from category::display() Patch: http://cvs.winehq.org/patch.py?id=26458 Old revision New revision Changes Path 1.21 1.22 +6 -6 appdb/appbrowse.php 1.94 1.95 +1 -15 appdb/appview.php 1.66 1.67 +2 -1 appdb/include/application.php 1.21 1.22 +43 -34 appdb/include/category.php 1.74 1.75 +2 -1 appdb/include/version.php