You are here

function private_update_7100 in Private 7.2

Implements hook_update_N().

Force grants rebuild because they may have become wrong due to bugs in prior versions.

File

./private.install, line 36
Install, update and uninstall functions for the private module.

Code

function private_update_7100() {
  node_access_needs_rebuild(TRUE);
}