You are here

function workflow_comment_insert in Workflow 7

Implements hook_comment_insert().

File

./workflow.node.inc, line 150
Node specific functions, remnants of nodeapi.

Code

function workflow_comment_insert($comment) {
  workflow_comment_update($comment);
}