--- class.t3lib_befunc.php ne I 4 17:00:47 2009 +++ class.t3lib_befunc.php ne I 4 17:00:28 2009 @@ -2218,6 +2218,9 @@ return $l; } } + if (is_array($TCA[$table]) && ($col == 'uid')) { + return $uid; + } } /**