+2008-02-04 Benjamin Mack <mack@xnos.org>
+
+ * Fixed bug #7354: Filelist titles length was fixed to 30 characters, now uses value from user setup (Thanks to Stefano Cecere)
+
2008-02-04 Michael Stucki <michael@typo3.org>
* Fixed bug #7295: sysext/dbal/: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
$this->sortRev=$sortRev;
$this->firstElementNumber=$pointer;
$this->clipBoard = $clipBoard;
+ // setting the maximum length of the filenames to the user's settings or minimum 30 (= $this->fixedL)
+ $this->fixedL = max($this->fixedL, $GLOBALS['BE_USER']->uc['titleLen']);
if (!$GLOBALS['TYPO3_CONF_VARS']['GFX']['thumbnails']) {
$this->thumbScript='gfx/notfound_thumb.gif';