1 Nov
2007
1 Nov
'07
11:44 p.m.
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. On 11/1/07, Xavier Bestel <xavier.bestel@free.fr> wrote:
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/ ]
-- Chris McCreery