Project

General

Profile

Feature #18098 » 20080204_file_title_length.patch

Administrator Admin, 2008-02-04 14:25

View differences:

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';
(3-3/3)