--- /typo3/sysext/cms/tslib/class.tslib_gifbuilder_ORG.php Do Mrz 24 16:18:38 2011 +++ /typo3/sysext/cms/tslib/class.tslib_gifbuilder.php Do Mrz 24 16:18:56 2011 @@ -406,14 +406,6 @@ foreach($sKeyArray as $theKey) { $theValue=$this->setup[$theKey]; if (intval($theKey) && $conf=$this->setup[$theKey.'.']) { - $isStdWrapped = array(); - foreach($conf as $key => $value) { - $parameter = rtrim($key,'.'); - if(!$isStdWrapped[$parameter] && isset($conf[$parameter.'.'])) { - $conf[$parameter] = $this->cObj->stdWrap($conf[$parameter], $conf[$parameter.'.']); - $isStdWrapped[$parameter] = 1; - } - } switch($theValue) { // Images case 'IMAGE':