--- typo3_src-4.1.5/typo3/sysext/cms/tslib/class.tslib_content.php 2008-02-03 19:09:00.000000000 +-0200 +++ typo3_src-4.1.5/typo3/sysext/cms/tslib/class.tslib_content_new.php 2008-05-16 14:59:11.000000000 +-0200 @@ -5540,13 +5540,13 @@ // shortcut (no further processing necessary) if (!$conf['exclude']) return '&'.t3lib_div::getIndpEnv('QUERY_STRING'); $q_in = array(); foreach (explode('&',t3lib_div::getIndpEnv('QUERY_STRING')) as $arg) { list($k,$v) = explode('=',$arg); - $q_in[$k] = $v; + if($k) $q_in[$k] = $v; } $rawValues = TRUE; } if ($conf['exclude']) { $q_out = array();