[Typo3-dev] ['ctrl']['label'] generated by a function?

Thomas Murphy murphy at thepanemgroup.com
Fri Jul 16 19:08:42 CEST 2004


Just for the archives:
I added these lines to /t3lib/class.t3lib_befunc.php , brefore the 
return statement in function getRecordTitle()

dirty, dirty, but works.

//-----------------------------------------------------------
if((t3lib_div::testInt($t)) && ($t>100000)){
	$t = t3lib_BEfunc::datetime($t);
}
//-----------------------------------------------------------

bye,
Thomas







More information about the TYPO3-dev mailing list