Project

General

Profile

Feature #21169 » 12094_v3.patch

Administrator Admin, 2009-10-20 21:52

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['TYPO3_DB']->fullQuoteStr($content, $conf['fullQuoteStr']);
} elseif ($conf['quoteStr']) {
$content = $GLOBALS['TYPO3_DB']->quoteStr($content, $conf['quoteStr']);
}
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.']);}
(3-3/3)