function blogapi_uninstall in Drupal 5
Same name and namespace in other branches
- 6 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}");
}