--- notifications_content.module	11 Jun 2009 16:28:03 -0000	1.4.2.9.2.36.2.10
+++ notifications_content.module	27 Oct 2009 15:35:03 -0000
@@ -711,7 +711,8 @@
         'comment' => $comment,
         'params' => array('nid' => $comment->nid, 'cid' => $comment->cid),
       );
-      notifications_event($event);
+	  // if this is not an updated comment create a notification event
+	  if (arg(1) != 'edit') notifications_event($event);
     }    
   }
 }
