Project

General

Profile

Feature #20099 » 10560_v2.diff

Administrator Admin, 2009-02-27 16:18

View differences:

t3lib/class.t3lib_recordlist.php (working copy)
var $languageIconTitles = array(); // Contains sys language icons and titles
/**
* constructor for t3lib_recordList
*
* @author Ingo Renner <ingo@typo3.org>
*/
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.
(2-2/2)