function pmnote_enable in Drupal PM (Project Management) 7
Implements hook_enable().
File
- pmnote/
pmnote.install, line 25 - Functions for the PM Note module.
Code
function pmnote_enable() {
node_access_needs_rebuild(TRUE);
}
Implements hook_enable().
function pmnote_enable() {
node_access_needs_rebuild(TRUE);
}