[TYPO3-german] label_userFunc funktioniert nicht mehr ('row' fehlt)

Felix Nagel lists at felixnagel.com
Fri Nov 11 14:38:48 CET 2011


Jan K. hat mir per Mail das Problem bestätigt und auf folgende Lösung 
hingewiesen:

function getPersonName(&$params, &$pObj) {
                $rec = t3lib_BEfunc::getRecord($params['table'], 
$params['row']['uid']);

                $params['title'] = $rec['firstname'].' '.$rec['surname'];
        }


-- 
Regards
Felix Nagel


More information about the TYPO3-german mailing list