[TYPO3-core] RFC: fix bug #1801 (no real read-only TCA field)

Holzinger Franz franz at fholzinger.com
Mon Jan 23 11:47:20 CET 2006


Hello Martin,

>$rows = intval($config['rows']);
>
$rows should be renamed here, because this name is always used with
database table rows.
This line should be indented.

>$itemValue = date('d-m-Y',$itemValue)
>
The date format should be configurable in TCA and all the rest of format
strings as well.

I think you should create somewhere else library functions for this,
because this is also needed for the display of database fields in the
front end.


Regards,

Franz



More information about the TYPO3-team-core mailing list