From 97568421b998e1b01dfce61e5bc10a308ef9e3d9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 18 Oct 2006 11:37:51 +0000 Subject: [PATCH] - Patch #89823 by jvandyck: removed unused line of code --- modules/profile/profile.module | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 4068cf18a6cc..9ff9efeff3ae 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -602,7 +602,6 @@ function profile_view_profile($user) { while ($field = db_fetch_object($result)) { if ($value = profile_view_field($user, $field)) { - $description = ($field->visibility == PROFILE_PRIVATE) ? t('The content of this field is private and only visible to yourself.') : ''; $title = ($field->type != 'checkbox') ? check_plain($field->title) : NULL; $item = array('title' => $title, 'value' => $value, -- GitLab