Thread
:
blank author on comments
View Single Post
January 16th, 2009, 10:49 PM
#
15
(
permalink
)
skidpics
Ultimate Member
Join Date: Jun 2007
Location: Texas
Posts: 1,362
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
View Public Profile
Visit skidpics's homepage!
Find More Posts by skidpics