No such user\n"; return; } $profile = get_profile($userid); if (!$profile) { echo "

No profile exists for that user ID $userid

"; return; } echo ""; show_profile($user, null); echo "
"; } $userid = arg(2); if (!$userid) $userid = 1; $userid = 1; display_profile($userid); chdir($original_cwd); ?>