diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-24 18:16:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-24 18:16:38 +0000 |
commit | daa0ec1684329d6c456d9bf72984d64b3d25bbc6 (patch) | |
tree | b5243f977376e7023090c705fde7d6afe109f5f2 /modules/user/user.pages.inc | |
parent | 48d3eff243eaf503e788e77528eafa77126e3ae1 (diff) | |
download | brdo-daa0ec1684329d6c456d9bf72984d64b3d25bbc6.tar.gz brdo-daa0ec1684329d6c456d9bf72984d64b3d25bbc6.tar.bz2 |
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
Diffstat (limited to 'modules/user/user.pages.inc')
-rw-r--r-- | modules/user/user.pages.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 07ad31dce..d3b736c02 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -190,9 +190,6 @@ function user_view($account) { function template_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; $variables['user_profile'] = $account->content; - - // Add $FIELD_NAME_rendered variables for fields. - $variables += field_attach_preprocess('user', $account); } /** |