You are here

function pmproject_enable in Drupal PM (Project Management) 7

Implements hook_enable().

File

pmproject/pmproject.install, line 165
Installation functions for the Project Management project module

Code

function pmproject_enable() {
  node_access_needs_rebuild(TRUE);
}