blogapi_uninstall
- Versions
- 5 – 6
blogapi_uninstall()
Implementation of hook_uninstall().
Code
modules/blogapi/blogapi.install, line 39
<?php
function blogapi_uninstall() {
// Remove table.
db_query("DROP TABLE {blogapi_files}");
}
?>Login or register to post comments 