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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an