You are here

function vote_storylink_insert in Vote Up/Down 5

Implementation of hook_insert().

File

./vote_storylink.module, line 240

Code

function vote_storylink_insert(&$node) {
  vote_storylink_node_build($node);
  links_save_links_for_node($node, 'vote_storylink');
}