From 087a47ba5c8cdf5b0f79d9a121b7b9dcbbe7e992 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 03:21:23 +0000 Subject: #493314 by yched and catch: Add multiple hook for formatters. --- modules/user/user.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 8e23ba165..ca787e054 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2102,6 +2102,9 @@ function user_build($account) { function user_build_content($account) { $account->content = array(); + $accounts = array($account->uid, $account); + field_attach_prepare_view('user', $accounts, 'full'); + // Build fields content. $account->content += field_attach_view('user', $account); -- cgit v1.2.3