appdb/include category.php

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 11:24:33 CDT 2006


ChangeSet ID:	26323
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 11:24:33

Modified files:
	include        : category.php 

Log message:
	Jonathan Ernst <jonathan at 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)
         {
             /*



More information about the wine-cvs mailing list