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