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

Implementation of hook_uninstall().

File

modules/blogapi/blogapi.install, line 39

Code

function blogapi_uninstall() {

  // Remove table.
  db_query("DROP TABLE {blogapi_files}");
}