You are here

function mailhandler_uninstall in Mailhandler 6.2

Same name and namespace in other branches
  1. 6 mailhandler.install \mailhandler_uninstall()
  2. 7 mailhandler.install \mailhandler_uninstall()

Implementation of hook_uninstall().

File

./mailhandler.install, line 17
Install, update and uninstall functions for the Mailhandler module.

Code

function mailhandler_uninstall() {
  drupal_uninstall_schema('mailhandler');
}