You are here

function pmticket_disable in Drupal PM (Project Management) 7.2

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

Implements hook_disable().

File

pmticket/pmticket.install, line 30
Installation functions for the Project Management project module.

Code

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