You are here

function maillog_uninstall in Maillog / Mail Developer 6

Same name and namespace in other branches
  1. 8 maillog.install \maillog_uninstall()
  2. 7 maillog.install \maillog_uninstall()

Implementation of hook_uninstall().

File

./maillog.install, line 77
Provides the installation routines for the maillog module

Code

function maillog_uninstall() {
  drupal_uninstall_schema('maillog');
}