function book_copy_uninstall in Book Copy 6
Implementation of hook_uninstall().
File
- ./
book_copy.install, line 15
Code
function book_copy_uninstall() {
// Remove tables.
drupal_uninstall_schema('book_copy');
}
Implementation of hook_uninstall().
function book_copy_uninstall() {
// Remove tables.
drupal_uninstall_schema('book_copy');
}