Project

General

Profile

Feature #19320 ยป parsefuncchr.patch

Administrator Admin, 2008-09-12 11:12

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
reset($shortWords);
while(list($key,$val)=each($shortWords)) {
if (is_string($val)) {
$key = ($conf['useAscii']==1) ? chr($key) : $key;
$data = str_replace($key, $val, $data);
}
}
    (1-1/1)