You are here

function blogapi_uninstall in Drupal 6

Same name and namespace in other branches
  1. 5 modules/blogapi/blogapi.install \blogapi_uninstall()

Implementation of hook_uninstall().

File

modules/blogapi/blogapi.install, line 14

Code

function blogapi_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('blogapi');
}