Project

General

Profile

Feature #21169 » 0012094.patch

Administrator Admin, 2009-10-01 15:26

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
} else {
// Perform data processing:
if ($conf['csConv']) { $content=$GLOBALS['TSFE']->csConv($content,$conf['csConv']); }
if ($conf['fullQuoteStr']) { $content = $GLOBALS['DB']->fullQuoteStr($content, $conf['fullQuoteStr']); }
if ($conf['parseFunc.'] || $conf['parseFunc']) {$content=$this->parseFunc($content,$conf['parseFunc.'],$conf['parseFunc']);}
if ($conf['HTMLparser'] && is_array($conf['HTMLparser.'])) {$content=$this->HTMLparser_TSbridge($content,$conf['HTMLparser.']);}
if ($conf['split.']){$content=$this->splitObj($content,$conf['split.']);}
(1-1/3)