Bug #14935 ยป bug_1391.diff
typo3_src-3.8.0/typo3/sysext/cms/tslib/class.tslib_content.php 2005-08-21 02:46:00.000000000 +0200 | ||
---|---|---|
$preIfEmptyListNumber = isset($conf['preIfEmptyListNum.']['stdWrap.']) ? $this->stdWrap($conf['preIfEmptyListNum'], $conf['preIfEmptyListNum.']['stdWrap.']) : $conf['preIfEmptyListNum'];
|
||
$content=$this->listNum($content,$preIfEmptyListNumber,$conf['preIfEmptyListNum.']['splitChar']);
|
||
}
|
||
if (!trim($content) && ($conf['ifEmpty'] || $conf['ifEmpty.'])){ $content = $this->stdWrap($conf['ifEmpty'], $conf['ifEmpty.']);}
|
||
if (!strcmp('',trim($content)) && ($conf['ifEmpty'] || $conf['ifEmpty.'])) { $content = $this->stdWrap($conf['ifEmpty'], $conf['ifEmpty.']); }
|
||
// values...
|