function dblog_uninstall

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

Implements hook_uninstall().

Archivo

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

Código

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