Project

General

Profile

Feature #17896 ยป 6908_capitalize.patch

Administrator Admin, 2010-12-02 15:47

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
case 'lower' :
$theValue = $GLOBALS['TSFE']->csConvObj->conv_case($GLOBALS['TSFE']->renderCharset, $theValue, 'toLower');
break;
case 'capitalize':
$theValue = ucwords($theValue);
break;
}
return $theValue;
}
    (1-1/1)