You are here

function acb_disable in Access Control Bridge 8

Same name and namespace in other branches
  1. 7 acb.install \acb_disable()

Implements hook_disable().

File

./acb.install, line 17
Installation file containing install hooks.

Code

function acb_disable() {

  // Ask for rebuilding node permissions.
  node_access_needs_rebuild(TRUE);
}