diff options
Diffstat (limited to 'modules/profile.module')
-rw-r--r-- | modules/profile.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile.module b/modules/profile.module index 9ad55bc57..cc03c0b09 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -240,7 +240,7 @@ function profile_view_field($user, $field) { if ($field->fid == 18 || $field->fid == 19 || $field->fid == 20) { return; } - + if ($value = $user->{$field->name}) { switch ($field->type) { case 'textfield': |