ChangeSet ID: 26323 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/07 11:24:33 Modified files: include : category.php Log message: Jonathan Ernst <jonathan(a)ernstfamily.ch> Fix a comment in category.php Patch: http://cvs.winehq.org/patch.py?id=26323 Old revision New revision Changes Path 1.20 1.21 +1 -1 appdb/include/category.php Index: appdb/include/category.php diff -u -p appdb/include/category.php:1.20 appdb/include/category.php:1.21 --- appdb/include/category.php:1.20 7 Jul 2006 16:24:33 -0000 +++ appdb/include/category.php 7 Jul 2006 16:24:33 -0000 @@ -20,7 +20,7 @@ class Category { */ function Category($iCatId = null) { - // we are working on an existing vendor + // we are working on an existing category if($iCatId=="0" || $iCatId) { /*
participants (1)
-
WineHQ