View Single Post
Old January 16th, 2009, 10:49 PM   #15 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
How about something like this in image-inc?

if ( $upuserid != 0 )
{
list( $tmpid, $tmpuname, $tmail ) = get_userinfo("", $upuserid);
$User['username'] = $tmpuname;
if ( empty($User) )
{
$User = 'guest';
}

}
skidpics is offline   Reply With Quote