mail_debugger.install in Mail Debugger 7
Same filename and directory in other branches
File
mail_debugger.installView source
<?php
/**
* Implement hook_uninstall()
*/
function mail_debugger_uninstall() {
user_variable_del('mail_debugger_user_uid');
user_variable_del('mail_debugger_user_type');
user_variable_del('mail_debugger_custom_to');
user_variable_del('mail_debugger_custom_subject');
user_variable_del('mail_debugger_custom_body');
user_variable_del('mail_debugger_default_tab');
}
Functions
Name | Description |
---|---|
mail_debugger_uninstall | Implement hook_uninstall() |