You are here

function pmnote_uninstall in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmnote/pmnote.install \pmnote_uninstall()
  2. 7.3 pmnote/pmnote.install \pmnote_uninstall()
  3. 7.2 pmnote/pmnote.install \pmnote_uninstall()

Implements hook_uninstall().

File

pmnote/pmnote.install, line 40
Functions for the PM Note module.

Code

function pmnote_uninstall() {
  drupal_uninstall_schema('pmnote');
}