function mail_logger_uninstall in Mail Logger 7
Same name and namespace in other branches
- 5 mail_logger.install \mail_logger_uninstall()
- 6 mail_logger.install \mail_logger_uninstall()
Implementation of hook_uninstall().
File
- ./
mail_logger.install, line 105 - Install, update and uninstall functions for the mail_logger module.
Code
function mail_logger_uninstall() {
variable_del('mail_logger_log_maximum_age');
}