[TYPO3-core] RFC: New hook in t3lib_tceforms

Dmitry Dulepov dima at spamcop.net
Thu Jan 19 09:09:37 CET 2006


Hi!

franz at fholzinger.com wrote:
>>$hookObj->getMainFields_preProcess(&$TCA, $table, &$row, $this);
> 
> This is not compatible with PHP5. No reference operator must be used in 
> the call of the function but only with the function declaration.

PHP4 issues warnings about such calls. It is "getMainFields_preProcess"
who should define its parameter as reference.

Dmitry.



More information about the TYPO3-team-core mailing list