diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-22 09:10:07 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-22 09:10:07 +0000 |
commit | f96c141f5aa99ed414eba4e0a520e5b4d9f91b76 (patch) | |
tree | acf51de08577f41ac635a84eb812109714087e81 /modules/user/user.module | |
parent | bb930bf6cc74f88d765818e9971aeda9977ff355 (diff) | |
download | brdo-f96c141f5aa99ed414eba4e0a520e5b4d9f91b76.tar.gz brdo-f96c141f5aa99ed414eba4e0a520e5b4d9f91b76.tar.bz2 |
- Patch #409750 by yched et al: overhaul and extend node build modes.
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index c0ff8defa..7c182a561 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2047,7 +2047,6 @@ function user_build_content(&$account) { // Build fields content. // TODO D7 : figure out where exactly this needs to go - // TODO D7 : $page / $teaser ?? $account->content += field_attach_view('user', $account); user_module_invoke('view', $edit, $account); |