You are here

function comment_notify_comment_delete in Comment Notify 7

Same name and namespace in other branches
  1. 8 comment_notify.module \comment_notify_comment_delete()

File

./comment_notify.module, line 300
This module provides comment follow-up e-mail notification for anonymous and registered users.

Code

function comment_notify_comment_delete($comment) {
  module_load_include('inc', 'comment_notify', 'comment_notify');
  comment_notify_remove_all_notifications($comment->cid);
}