Good afternoon, John;

On Sat, Dec 27, 2008 at 03:28, John Musbach <johnmusba...@gmail.com> wrote:
[snip!]

    There's a syntax error on line 19:

> if(external_fud_login(fud_fetch_user($user)['id']))!=NULL) //User ID is valid 
> and logged in

    It should be:
        if(external_fud_login(fud_fetch_user($user['id']))!=NULL)
//User ID is valid and logged in

-- 
</Daniel P. Brown>
daniel.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
Unadvertised dedicated server deals, too low to print - email me to find out!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to