Project

General

Profile

Feature #19958 » bug10133-v3.patch

Administrator Admin, 2009-02-27 20:38

View differences:

t3lib/class.t3lib_tsparser_ext.php (working copy)
// label
$editableComments[$const]['label'] = trim($keyValPair[1]);
break;
case 'customsubcategory':
// custom subCategory label
$customSubcategory = explode('=',$keyValPair[1],2);
if (trim($customSubcategory[0])) {
$subCategoryKey = strtolower($customSubcategory[0]);
$this->subCategories[$subCategoryKey][0] = $GLOBALS['LANG']->sL($customSubcategory[1]);
}
break;
}
}
}
(3-3/3)