Bug #32212 » 32212.diff
class.tslib_content.php 2011-11-30 15:27:13.769099000 +0100 | ||
---|---|---|
$conf[$property] = isset($conf[$property . '.'])
|
||
? trim($this->stdWrap($conf[$property], $conf[$property . '.']))
|
||
: trim($conf[$property]);
|
||
if (!$conf[$property]) {
|
||
if (!$conf[$property] && $conf[$property] != 0) {
|
||
unset($conf[$property]);
|
||
}
|
||
if (isset($conf[$property . '.'])) {
|