[TYPO3-core] RFC: New hook in t3lib_tceforms

franz at fholzinger.com franz at fholzinger.com
Thu Jan 19 08:07:25 CET 2006


Hello Michael,


> $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.

I do not think the $TCA is needed and should be used as a parameter.

Regards,

Franz




More information about the TYPO3-team-core mailing list