You are here

function protected_node_node_load in Protected Node 7

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

Implements hook_node_load().

File

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

Code

function protected_node_node_load($nodes, $types) {
  return protected_node_load($nodes);
}