function pm_uninstall in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pm.install \pm_uninstall()
- 7.3 pm.install \pm_uninstall()
Implements hook_uninstall().
File
- ./
pm.install, line 51 - Install, update and uninstall functions for the Project Management module.
Code
function pm_uninstall() {
variable_del('pm_icons_path');
variable_del('pm_organization_nid');
drupal_uninstall_schema('pm');
}