Index: nodecomment.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodecomment/nodecomment.module,v
retrieving revision 1.3.2.15.2.17.2.10
diff -u -r1.3.2.15.2.17.2.10 nodecomment.module
--- nodecomment.module	29 May 2009 23:20:44 -0000	1.3.2.15.2.17.2.10
+++ nodecomment.module	29 May 2009 23:33:35 -0000
@@ -502,7 +502,7 @@
       }
       // This node needs an Add new comment link
       $comment_type = nodecomment_get_comment_type($node->type);
-      if ($comment_type && user_access("create $comment_type content")) {
+      if ($comment_type && user_access("create $comment_type content") && !isset($links['comment_comments'])) {
         $links['comment_add'] = array(
           'title' => t('Add new @comment_type', array('@comment_type' => node_get_types('name', $comment_type))),
           'attributes' => array('title' => t('Add a new comment to this page.')),
