You are here

function book_uninstall in Drupal 5

Same name and namespace in other branches
  1. 8 core/modules/book/book.install \book_uninstall()
  2. 6 modules/book/book.install \book_uninstall()
  3. 7 modules/book/book.install \book_uninstall()
  4. 9 core/modules/book/book.install \book_uninstall()

Implementation of hook_uninstall().

File

modules/book/book.install, line 37

Code

function book_uninstall() {
  db_query('DROP TABLE {book}');
}