function pmproject_disable in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmproject/pmproject.install \pmproject_disable()
- 7.3 pmproject/pmproject.install \pmproject_disable()
- 7.2 pmproject/pmproject.install \pmproject_disable()
Implements hook_disable().
File
- pmproject/
pmproject.install, line 172 - Installation functions for the Project Management project module
Code
function pmproject_disable() {
node_access_needs_rebuild(TRUE);
drupal_set_message(t('Nodes of type "Project" have not been deleted on disabling Project Management Project. Please note that they will now have reduced functionality, and will not be protected by Project Management Project access controls.'), 'warning');
}