From d1a07a2e8f21e402c85799215f37bd7f3cb685f1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Mar 2001 14:58:37 +0000 Subject: - fixed "you-have-to-logout-and-login-before-permissions-change" bug (reported by UnConeD) - added "add node" link to book selection box and made it display the current location - removed tabs and whitespaces from themes - done automatically --- modules/account.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/account.module') diff --git a/modules/account.module b/modules/account.module index 236993140..71671cbd3 100644 --- a/modules/account.module +++ b/modules/account.module @@ -116,12 +116,12 @@ function account_edit($name) { $output .= "Username:
". check_output($account->userid) ."

\n"; $output .= "Status:

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

\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"; - $output .= "Bio information:

\n"; - $output .= "Signature:

\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"; + $output .= "Bio information:

\n"; + $output .= "Signature:

\n"; $output .= "userid\">\n"; $output .= "\n"; $output .= "\n"; -- cgit v1.2.3