You are here

function spam_donothing_node in Spam 5

Take no action if for some reason the command cannot be interpreted

2 string references to 'spam_donothing_node'
spam_node_operations_list in ./spam.module
Return the function to call dependant on the $action requested.
spam_reported_nodes_operations in ./spam.module
Return the function to call dependant on the $action requested.

File

./spam.module, line 3149

Code

function spam_donothing_node($nid) {
  spam_log(SPAM_LOG, t('spam_page: invalid node operation selection made'), 'node', $nid);
}