diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-26 14:41:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-26 14:41:44 +0000 |
commit | 32c89442d3e91c01f64211be372a0ae103025fa6 (patch) | |
tree | 2eece4811308b81aa0bfd12c306812ae2e203a55 /modules/account.module | |
parent | f974e58dbfaa79f48837ddf7910f57abd0368c74 (diff) | |
download | brdo-32c89442d3e91c01f64211be372a0ae103025fa6.tar.gz brdo-32c89442d3e91c01f64211be372a0ae103025fa6.tar.bz2 |
- removed all tabs
Diffstat (limited to 'modules/account.module')
-rw-r--r-- | modules/account.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/account.module b/modules/account.module index 0de1cbc2e..b4a278d2f 100644 --- a/modules/account.module +++ b/modules/account.module @@ -51,13 +51,13 @@ function account_display($order = "username") { $output .= " <TR>\n"; foreach ($show as $key=>$value) { switch($value = strtok($value, " ")) { - case "real_email": + case "real_email": $output .= " <TD>". format_email($account[$value]) ."</TD>\n"; break; case "last_access": $output .= " <TD>". format_interval(time() - $account[$value]) ." ago</TD>\n"; break; - case "status": + case "status": $output .= " <TD ALIGN=\"center\">". $stat[$account[$value]] ."</TD>\n"; break; case "permissions": @@ -69,7 +69,7 @@ function account_display($order = "username") { case "url": $output .= " <TD>". format_url($account[$value]) ."</TD>\n"; break; - case "userid": + case "userid": $output .= " <TD>". format_username($account[$value], 1) ."</TD>\n"; break; default: |