You are here

function mailsystem_uninstall in Mail System 6.2

Same name and namespace in other branches
  1. 6 mailsystem.install \mailsystem_uninstall()

Implements hook_uninstall().

File

./mailsystem.install, line 100
Sets/deletes the 'smtp_library' variable as mailsystem is enabled/disabled.

Code

function mailsystem_uninstall() {
  variable_del('mail_system');
}