You are here

function workflownode_comment_insert in Workflow 7.2

Implements hook_comment_insert().

File

workflow_node/workflownode.module, line 213
Hooks and functions for the 'conventional' (version D5/D6/D7.1) Workflow Node, remnants of nodeapi.

Code

function workflownode_comment_insert($comment) {
  workflownode_comment_update($comment);
}