You are here

function reg_confirm_email_uninstall in Registration Confirm Email Address 7

Implements hook_uninstall().

File

./reg_confirm_email.install, line 11
Install, update and uninstall functions for the reg_confirm_email module.

Code

function reg_confirm_email_uninstall() {
  variable_del('reg_confirm_email_option');
}