Project

General

Profile

Bug #14935 ยป bug_1391.diff

Administrator Admin, 2005-08-21 02:42

View differences:

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...
    (1-1/1)