You are here

function nodereference_count_node_insert in Nodereference Count 7

Implements hook_node_insert().

File

./nodereference_count.module, line 234
Defines a field type for counting the references to a node.

Code

function nodereference_count_node_insert($node) {
  nodereference_count_references_update($node);
}