Project

General

Profile

Bug #19806 ยป 10114.diff

Administrator Admin, 2009-12-03 22:56

View differences:

t3lib/class.t3lib_tsfebeuserauth.php (working copy)
if ($GLOBALS['LANG']->charSet != 'utf-8') {
$labelStr = $GLOBALS['LANG']->csConvObj->utf8_encode($labelStr, $GLOBALS['LANG']->charSet);
}
$labelStr = $GLOBALS['LANG']->csConvObj->utf8_to_entities($labelStr);
// Return the result:
return $labelStr;
    (1-1/1)