[TYPO3-core] RFC: #8362: Duplicate entry for [tstamp] and [crdate] in Web->List module for single table in selector-box

Ernesto Baschny [cron IT] ernst at cron-it.de
Wed May 21 19:07:58 CEST 2008


Ingo Renner wrote: on 21.05.2008 19:06:
> Martin Kutschker wrote:
> 
> Hi Masi,
> 
>> No, the idea was to add them only once (and not twice as it could 
>> happen somehow).
> 
> that's what I meant - however the patch (from reading) looks like the 
> fields still get added...


They get added in typo3/class.db_list.inc once, and are not added again 
(as it used to be) in typo3/class.db_list_extra.inc, which is the second 
part of the patch:

  			// Add pseudo "control" fields
-		$fields[]='tstamp';
-		$fields[]='crdate';
  		$fields[]='_PATH_';
  		$fields[]='_REF_';
  		$fields[]='_LOCALIZATION_';



Cheers,
Ernesto


More information about the TYPO3-team-core mailing list