function dblog_uninstall

7.x dblog.install dblog_uninstall()
6.x dblog.install dblog_uninstall()

Implements hook_uninstall().

File

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

Code

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