function security_review_uninstall in Security Review 7
Same name and namespace in other branches
- 6 security_review.install \security_review_uninstall()
Implements hook_uninstall().
File
- ./
security_review.install, line 68 - Install, update and uninstall functions for the security_review module.
Code
function security_review_uninstall() {
variable_del('security_review_untrusted_roles');
variable_del('security_review_log');
variable_del('security_review_last_run');
}