Ok I'm so lost here, does anyone know what I should be putting in here.
So far I have
global $user;
array ( 0 => array ('uid' => $user=>uid));
Do I need return array? No idea what the format should be.
Le jeudi 01 novembre 2007 à 16:28 -0400, Chris McCreery a écrit :
> Grrrrrrrrrrrrrrrrrrrrrrrrrrr, ok nothing seems to work everything I
> put in there gives me the same error.
>
> This is what I have now.
>
> global $user;
> return array(0 => array('uid' => $user=>uid));
Maybe try
array('uid' => $user['uid'])
--
[ Drupal support list | http://lists.drupal.org/ ]