You are here

function pmtask_enable in Drupal PM (Project Management) 7

Implements hook_enable().

File

pmtask/pmtask.install, line 179
Install, disable, uninstall and update functions for pmtask module.

Code

function pmtask_enable() {
  node_access_needs_rebuild(TRUE);
}