Project

General

Profile

Feature #17066 ยป 0005110.patch

Administrator Admin, 2007-03-01 23:25

View differences:

typo3_src-4.1.0RC2/typo3/sysext/cms/tslib/class.tslib_content.php 2007-03-01 23:13:20.000000000 +0100
if ($conf['intval']){$content=intval($content);}
if ($conf['date']){$content=date($conf['date'], $content);}
if ($conf['strftime']){
$content = strftime($conf['strftime'], $content);
if (!$conf['strftime.']['gm']) {
$content = strftime($conf['strftime'], $content);
} else {
$content = gmstrftime($conf['strftime'], $content);
}
$tmp_charset = $conf['strftime.']['charset'] ? $conf['strftime.']['charset'] : $GLOBALS['TSFE']->localeCharset;
if ($tmp_charset) {
$content = $GLOBALS['TSFE']->csConv($content,$tmp_charset);
    (1-1/1)