From c72b91c6ab81bc9c11de5f94d81472990cc2127b Mon Sep 17 00:00:00 2001 From: natrak <> Date: Tue, 27 Mar 2001 13:54:33 +0000 Subject: Fixed a small typ that caused the existing real name of an account now being shown when editing it. --- modules/account.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/account.module') diff --git a/modules/account.module b/modules/account.module index 980080796..82b01092d 100644 --- a/modules/account.module +++ b/modules/account.module @@ -116,7 +116,7 @@ function account_edit($name) { $output .= "Username:
". check_output($account->userid) ."

\n"; $output .= "Status:

\n"; $output .= "Administrator access:

\n"; - $output .= "Real name:
real_name\">

\n"; + $output .= "Real name:
name\">

\n"; $output .= "Real e-mail address:
real_email\">

\n"; $output .= "Fake e-mail address:
fake_email\">

\n"; $output .= "URL of homepage:
url\">

\n"; -- cgit v1.2.3