summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-28 19:32:33 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-28 19:32:33 +0000
commit03f48df4f529b901de77f02f1246147204da0a5e (patch)
tree1a440e063183cb3a7f58c85ed21bf0dbbe7fbb48
parentde29094731cc158ce745c96987e6d5fe41b8a655 (diff)
downloadbrdo-03f48df4f529b901de77f02f1246147204da0a5e.tar.gz
brdo-03f48df4f529b901de77f02f1246147204da0a5e.tar.bz2
- Patch #517606 by JuliaKM: removed one white space ...
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 5bf60ad50..4a103fcb2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -892,7 +892,7 @@ function user_user_view(&$edit, &$account, $category = NULL) {
'#weight' => 5,
'#title' => t('History'),
);
- $account->content['summary']['member_for'] = array(
+ $account->content['summary']['member_for'] = array(
'#type' => 'user_profile_item',
'#title' => t('Member for'),
'#markup' => format_interval(REQUEST_TIME - $account->created),