[TYPO3-core] RFC Cleanup #10979: class localRecordList should use $this->fixedL from class recordList instead of own logic
Christian Kuhn
lolli at schwarzbu.ch
Fri Apr 24 20:01:46 CEST 2009
This is a SVN patch request.
Type: Cleanup
Branchen: trunk
BT reference: http://bugs.typo3.org/view.php?id=10979
Problem:
The class localRecordList in typo3/class.db_list_extra.inc uses own
logic for the cropping of record titles, but the same logic is already
initialized in t3lib/class.t3lib_recordlist.php.
Solution:
Use $this->fixedL from class recordList.
Notes:
The new constructor is not strictly needed, but makes the constructor
inheritence a bit more clear (see also an upcomming patch for 0010865
that again extends localRecordList).
Regards
Christian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 10979_v1.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090424/a33e25c9/attachment.ksh
More information about the TYPO3-team-core
mailing list