function comment_notify_user_cancel in Comment Notify 7
Same name and namespace in other branches
- 8 comment_notify.module \comment_notify_user_cancel()
File
- ./
comment_notify.module, line 397 - This module provides comment follow-up e-mail notification for anonymous and registered users.
Code
function comment_notify_user_cancel($edit, $account, $method) {
module_load_include('inc', 'comment_notify', 'comment_notify');
comment_notify_delete_user_notification_setting($account->uid);
}