Feature #18098 » 20080204_file_title_length.patch
typo3/class.file_list.inc (working copy) | ||
---|---|---|
$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';
|
- « Previous
- 1
- 2
- 3
- Next »