Project

General

Profile

Bug #19182 » bug0009100_final.diff

Administrator Admin, 2008-08-15 14:36

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
case 'gpvar':
list($firstKey, $rest) = explode('|', $key, 2);
if (strlen(trim($firstKey))) {
$retVal = t3lib_div::_GP(trim($firstKey));
$retVal = t3lib_div::GParrayMerged(trim($firstKey));
// Look for deeper levels:
if (strlen(trim($rest))) {
$retVal = is_array($retVal) ? $this->getGlobal($rest, $retVal) : '';
(4-4/4)