You are here

function subscriptions_heldcomments in Subscriptions 5

handling for held comments

1 call to subscriptions_heldcomments()
subscriptions_cron in ./subscriptions.module
Implementation of cron job.

File

./subscriptions.module, line 669

Code

function subscriptions_heldcomments($heldcomment, $poster) {
  $strsent = '!';
  subscriptions_mailvars($heldcomment['nid'], $heldcomment['cid'], $poster, 'node', $strsent);

  // @ TODO taxonomy/type subscribers (missing here, sent in subscriptions_comment for no-cron)
}