[TYPO3-german] BEgetRootLine Problem

robert moszczynski slackfan at op.pl
Thu Jun 1 17:43:55 CEST 2006


Moin,

weiss jemand warum der folgende Code nicht geht?

<?php
require_once("t3lib/class.t3lib_befunc.php");

function user_gibUID($content,$conf) {
    $uid = ''.$conf['actualUID'].'';

    $rootline = array();
    $rootline[] = t3lib_BEfunc::BEgetRootLine($uid);

    return $rootline[0];
}
?>

Es wird ein Text "Array" zurückgegeben.



More information about the TYPO3-german mailing list