Fix a comment in category.php

This commit is contained in:
Jonathan Ernst
2006-07-07 16:24:33 +00:00
committed by WineHQ
parent 7bb4c3db4e
commit 3062bd4a99

View File

@@ -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)
{
/*