function dblog_uninstall

Implements hook_uninstall().

File

modules/dblog/dblog.install, line 98

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.