function pmteam_enable in Drupal PM (Project Management) 7
Implements hook_enable().
File
- pmteam/
pmteam.install, line 25 - Install, uninstall and update functions for Project Management Team
Code
function pmteam_enable() {
node_access_needs_rebuild(TRUE);
}