Index: t3lib/class.t3lib_recordlist.php =================================================================== --- t3lib/class.t3lib_recordlist.php (revision 5088) +++ t3lib/class.t3lib_recordlist.php (working copy) @@ -109,6 +109,17 @@ var $languageIconTitles = array(); // Contains sys language icons and titles + /** + * constructor for t3lib_recordList + * + * @author Ingo Renner + */ + public function __construct() { + if (isset($GLOBALS['BE_USER']->uc['titleLen'])) { + $this->fixedL = $GLOBALS['BE_USER']->uc['titleLen']; + } + } + /** * Returns a table-row with the content from the fields in the input data array.