You are here

function private_content_uninstall in Private 8.2

Implements hook_uninstall().

File

./private_content.install, line 6

Code

function private_content_uninstall() {

  // @todo Test if this is actually needed any more.

  //private_content_disabling(TRUE);
}