Project

General

Profile

Bug #20077 ยป form.diff

Administrator Admin, 2009-02-22 18:05

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (copie de travail)
if (is_array($conf['dataArray.'])) { // dataArray is supplied
$sKeyArray = t3lib_TStemplate::sortedKeyList($conf['dataArray.'], TRUE);
foreach ($sKeyArray as $theKey) {
$dAA = $conf['dataArray.'][$theKey.'.'];
$dAA = $conf['dataArray.'][$theKey];
if (is_array($dAA)) {
$temp = array();
list($temp[0]) = explode('|',$dAA['label.'] ? $this->stdWrap($dAA['label'],$dAA['label.']) : $dAA['label']);
    (1-1/1)