You are here

function audit_log_filter_uninstall in Audit Log 7

Implements hook_uninstall().

File

modules/audit_log_filter/audit_log_filter.install, line 10
Install & update hooks for the Audit filter module.

Code

function audit_log_filter_uninstall() {
  variable_del('audit_log_filter_exclude_roles');
  variable_del('audit_log_exclude_enity_types');
}