Index: nodecomment.module
===================================================================
--- nodecomment.module	(revision 2086)
+++ nodecomment.module	(working copy)
@@ -549,7 +549,7 @@
         // Check the comment type for this node. If it's a node comment type, move $node->comment to
         // $node->node_comment and set $node->comment to disabled.
         $node->node_comment = $node->comment;
-        $node->comment = COMMENT_NODE_DISABLED;
+        //$node->comment = COMMENT_NODE_DISABLED;
       }
       break;
 
