*** t3lib/class.t3lib_div.php 2009-03-20 13:01:21.000000000 +0100 --- t3lib/class.t3lib_div.php 2009-03-20 13:12:32.000000000 +0100 *************** *** 4185,4192 **** --- 4185,4193 ---- if (is_array($LOCAL_LANG['default']) && $targetCharset != 'utf-8') { foreach ($LOCAL_LANG['default'] as &$labelValue) { $labelValue = $csConvObj->utf8_decode($labelValue, $targetCharset); } + unset($labelValue); } // converting other languages to their "native" charsets // NOTE: no conversion is done when in UTF-8 mode!