From f63bb3a3f134addaa42e5ccb19eed8f27c229644 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Feb 2006 19:46:13 +0000 Subject: [PATCH] - Patch #38578 by Zen: field->id -> field->fid. --- modules/profile.module | 2 +- modules/profile/profile.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/profile.module b/modules/profile.module index a9ea4d5b03..8d9655657c 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -201,7 +201,7 @@ function profile_browse() { drupal_set_title($title); return $output; } - else if ($name && !$field->id) { + else if ($name && !$field->fid) { drupal_not_found(); } else { diff --git a/modules/profile/profile.module b/modules/profile/profile.module index a9ea4d5b03..8d9655657c 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -201,7 +201,7 @@ function profile_browse() { drupal_set_title($title); return $output; } - else if ($name && !$field->id) { + else if ($name && !$field->fid) { drupal_not_found(); } else { -- GitLab