Feature #19320 ยป parsefuncchr.patch
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);
|
||
}
|
||
}
|