You are here

function mail_edit_uninstall in Mail Editor 6

Same name and namespace in other branches
  1. 5 mail_edit.install \mail_edit_uninstall()

Implementation of hook_uninstall().

File

./mail_edit.install, line 27
Install, update and uninstall functions for the Mail Editor module.

Code

function mail_edit_uninstall() {
  drupal_uninstall_schema('mail_edit');
}