Index: comment_notify.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v retrieving revision 1.72 diff -u -p -r1.72 comment_notify.module --- comment_notify.module 7 Nov 2009 18:39:55 -0000 1.72 +++ comment_notify.module 7 Nov 2009 19:07:51 -0000 @@ -411,6 +411,7 @@ function _comment_notify_mailalert($comm $message['body'] = t( variable_get('node_notify_default_mailtext', AUTHOR_MAILTEXT), array( + '!cid' => $cid, '!commname' => $comment->name, '!commtext' => drupal_html_to_text($comment_text), '!commsubj' => $comment->subject, @@ -418,6 +419,7 @@ function _comment_notify_mailalert($comm '!node_title' => $node->title, '!node_teaser' => drupal_html_to_text($node_teaser), '!mission' => variable_get('site_mission', ''), + '!nid' => $nid, '!node_body' => drupal_html_to_text($node_body), '!name' => $author->name, '!site' => variable_get('site_name', 'drupal'), @@ -469,6 +471,7 @@ function _comment_notify_mailalert($comm $message['body'] = t( variable_get('comment_notify_default_mailtext', DEFAULT_MAILTEXT), array( + '!cid' => $cid, '!commname' => $comment->name, '!commtext' => drupal_html_to_text($comment_text), '!commsubj' => $comment->subject, @@ -476,6 +479,7 @@ function _comment_notify_mailalert($comm '!node_title' => $node->title, '!node_teaser' => drupal_html_to_text($node_teaser), '!mission' => variable_get('site_mission', ''), + '!nid' => $nid, '!node_body' => drupal_html_to_text($node_body), '!name' => $alert->name, '!site' => variable_get('site_name', 'drupal'), @@ -646,10 +650,12 @@ function comment_notify_settings() { '#description' => t( 'You can use the following variables to be replaced: