Actions
Feature #18999
closedlist title length fixed to 30 chars
Start date:
2008-06-21
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
it doesn't respect the user preference "title length"
here is the patch:
change line 566 of /typo3/class.db_list.inc
FROM
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code,$this->fixedL));
TO
$code = htmlspecialchars(t3lib_div::fixed_lgd_cs($code, $GLOBALS['BE_USER']->uc['titleLen']));
(issue imported from #M8787)
Files
Updated by Stefano Cecere about 16 years ago
PLEASE apply this patch to trunk! :)
Updated by Rob Vonk about 16 years ago
Related/ dependency to: http://bugs.typo3.org/view.php?id=9394
Actions