function dblog_uninstall

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

Implementation of hook_uninstall().

Archivo

drupal-6.x/modules/dblog/dblog.install, line 14

Código

function dblog_uninstall() {
  // Remove tables.
  drupal_uninstall_schema('dblog');
}