You are here

function pmorganization_enable in Drupal PM (Project Management) 7

Implement hook_enable().

File

pmorganization/pmorganization.install, line 299

Code

function pmorganization_enable() {
  node_access_needs_rebuild(TRUE);
}