You are here

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');
}