function spam_donothing_comment in Spam 5
Take no action if for some reason the command cannot be interpreted
2 string references to 'spam_donothing_comment'
- spam_comment_operations in ./
spam.module - Return the function to call dependant on the $action requested.
- spam_reported_comment_operations in ./
spam.module - Return the function to call dependant on the $action requested.
File
- ./
spam.module, line 3063
Code
function spam_donothing_comment($cid) {
spam_log(SPAM_LOG, t('spam_page: invalid comment operation selection made'), 'comment', $cid);
}