Project

General

Profile

Bug #20782 ยป tstemplate.diff

Administrator Admin, 2009-07-24 19:21

View differences:

class.t3lib_tstemplate.php (working copy)
foreach($tempConf as $aKey => $val) {
$conf2[$aKey][$cKey] = $val;
}
}
}
} else {
// Splitting of all values on this level of the TypoScript object tree:
foreach($conf as $cKey => $val) {
if (!is_array($val)) {
if (!strstr($val,'|*|') && !strstr($val,'||')) {
if (!strstr($val,'|*|') && !strstr($val,'||')) {
for ($aKey=0;$aKey<$splitCount;$aKey++) {
$conf2[$aKey][$cKey] = $val;
}
    (1-1/1)