You are here

function dblog_uninstall in Drupal 7

Same name and namespace in other branches
  1. 6 modules/dblog/dblog.install \dblog_uninstall()

Implements hook_uninstall().

File

modules/dblog/dblog.install, line 98
Install, update and uninstall functions for the dblog module.

Code

function dblog_uninstall() {
  variable_del('dblog_row_limit');
}