You are here

function protected_node_update_2 in Protected Node 5

Implementation of hook_update_N()

File

./protected_node.install, line 73

Code

function protected_node_update_2() {
  node_access_rebuild();
  return array();
}