function book_uninstall in Drupal 5
Same name and namespace in other branches
- 8 core/modules/book/book.install \book_uninstall()
- 6 modules/book/book.install \book_uninstall()
- 7 modules/book/book.install \book_uninstall()
- 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}');
}