function blogapi_uninstall
Implementation of hook_uninstall().
Archivo
- drupal-6.x/
modules/ blogapi/ blogapi.install, line 14
Código
function blogapi_uninstall() {
// Remove tables.
drupal_uninstall_schema('blogapi');
}
Implementation of hook_uninstall().
function blogapi_uninstall() {
// Remove tables.
drupal_uninstall_schema('blogapi');
}