Project

General

Profile

Bug #15152 ยป 1728_TYPO3_trunk.patch

Administrator Admin, 2010-08-27 09:12

View differences:

typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy)
if ($dbCount) {
// Set fields
$this->fieldArray = explode(',','__cmds__,'.$fList);
$this->fieldArray = t3lib_div::trimExplode(',', '__cmds__,' . $fList, TRUE);
// Header line is drawn
$theData = array();
    (1-1/1)