You are here

function protected_node_node_insert in Protected Node 7

Same name and namespace in other branches
  1. 1.0.x protected_node.module \protected_node_node_insert()

Implements hook_node_insert().

File

./protected_node.module, line 641
Protected Node module.

Code

function protected_node_node_insert($node) {
  _protected_node_node_create_or_update($node);
}