diff --git a/characterprofile.php b/characterprofile.php index cec8686..722a5ce 100644 --- a/characterprofile.php +++ b/characterprofile.php @@ -29,7 +29,6 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) } $profile_znote_data = user_znote_character_data($user_id, 'created', 'hide_char', 'comment'); - $account_data = user_znote_account_data($profile_data['account_id'], 'flag'); $guild_exist = false; @@ -47,12 +46,18 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false)

Profile: