You are here

function private_disable in Private 7.2

Same name and namespace in other branches
  1. 5 private.module \private_disable()
  2. 6 private.module \private_disable()
  3. 7 private.module \private_disable()

Implements hook_disable().

File

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

Code

function private_disable() {

  // Technique copied from nodeaccess_disable.
  private_disabling(TRUE);
}