You are here

function error_log_uninstall in Error Log 7

Implements hook_uninstall().

File

./error_log.install, line 11
Install hooks for Error Log module.

Code

function error_log_uninstall() {
  variable_del('error_log_levels');
  variable_del('error_log_ignored_types');
}