Project

General

Profile

Bug #32212 » 32212.diff

Described change as diff file - Soeren Kracker, 2011-11-30 15:37

View differences:

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 . '.'])) {
(1-1/2)