From cbcd94c24e147501114509c450b7a0f7f1d9b205 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Fri, 20 Jul 2001 09:53:51 +0000 Subject: [PATCH] account.php - Added real name in the for when the user is looking at their own information as reported by Gerhard Killesreiter --- account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/account.php b/account.php index 84c401cde6f..f288eb8891d 100644 --- a/account.php +++ b/account.php @@ -188,6 +188,7 @@ function account_user($uname) { if ($user->id && $user->userid == $uname) { $output .= "
". t("Username") .": | $user->userid |
". t("Real name") .": | ". check_output($user->name) ." |
". t("E-mail") .": | ". format_email($user->fake_email) ." |
". t("Homepage") .": | ". format_url($user->url) ." |
". t("Bio") .": | ". check_output($user->bio, 1) ." |