Chris@0: /** Chris@0: * Implements hook_comment_update(). Chris@0: */ Chris@0: function {{ machine_name }}_comment_update($comment) { Chris@0: // Reindex the node when comments are updated. Chris@0: search_touch_node($comment->nid); Chris@0: }