You are here

function pmtask_disable in Drupal PM (Project Management) 7.2

Same name and namespace in other branches
  1. 8 pmtask/pmtask.install \pmtask_disable()
  2. 7.3 pmtask/pmtask.install \pmtask_disable()
  3. 7 pmtask/pmtask.install \pmtask_disable()

Implements hook_disable().

File

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

Code

function pmtask_disable() {
  drupal_set_message(t('Nodes of type "Task" have not been deleted on disabling Project Management Task. Please note that they will now have reduced functionality, and will not be protected by Project Management Task access controls.'), 'warning');
}