Project

General

Profile

Feature #19973 » bug_10357.diff

Administrator Admin, 2009-02-05 11:51

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$key = trim($parts[1]);
if ((string)$key!='') {
switch(strtolower(trim($parts[0]))) {
case 'gp':
case 'gpvar':
list($firstKey, $rest) = explode('|', $key, 2);
if (strlen(trim($firstKey))) {
(1-1/2)