Feature #20099 » feature_10560.diff
typo3/class.browse_links.php 2009-02-27 10:48:20.000000000 +0100 | ||
---|---|---|
if (!$code) {
|
||
$code = '<i>['.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.no_title',1).']</i>';
|
||
} else {
|
||
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code,$this->fixedL));
|
||
$cropLength = isset($GLOBALS['BE_USER']->uc['titleLen']) ? $GLOBALS['BE_USER']->uc['titleLen'] : $this->fixedL;
|
||
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code,$cropLength));
|
||
}
|
||
|
||
$title = t3lib_BEfunc::getRecordTitle($table,$row,FALSE,TRUE);
|