The comment is being inserted.
$comment: The comment object.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_comment_insert($comment) { // Reindex the node when comments are added. search_touch_node($comment->nid); }