Index: content_profile.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/content_profile/Attic/content_profile.module,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 content_profile.module
--- content_profile.module	18 Feb 2008 15:06:20 -0000	1.1.2.8
+++ content_profile.module	11 May 2008 14:50:27 -0000
@@ -369,7 +369,7 @@ function content_profile_show_profiles($
         '#suffix' => '<br />',
       );
     }
-    else if ($uid == $user->uid && user_access('create '. $type .' content') && content_profile_get_settings($type, 'add_link')) {
+    else if ($uid == $user->uid && user_access('create '. $type .' content') && content_profile_get_settings($type, 'add_link') && !content_profile_exists($node, $uid)) {
       $content['content_profile_'. $type] = array(
         '#theme' => 'content_profile_display_add_link',
         '#uid' => $uid,
