You are here

function log_uninstall in Log entity 7

Implements hook_uninstall().

File

./log.install, line 148
Log install.

Code

function log_uninstall() {
  variable_del('log_admin_theme');
}