function mailcontrol_uninstall in Mailcontrol 7
Same name and namespace in other branches
- 8 mailcontrol.install \mailcontrol_uninstall()
- 6 mailcontrol.install \mailcontrol_uninstall()
Implements hook_uninstall().
File
- ./
mailcontrol.install, line 14 - This is the install file of the module.
Code
function mailcontrol_uninstall() {
variable_del('user_mail_register_admin_created_notify');
variable_del('user_mail_register_pending_approval_notify');
variable_del('user_mail_register_no_approval_required_notify');
variable_del('user_mail_password_reset_notify');
variable_del('user_mail_cancel_confirm_notify');
}