summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/profile/profile.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 4068cf18a..9ff9efeff 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,