book_uninstall

Versions
5 – 7
book_uninstall()

Implementation of hook_uninstall().

Code

modules/book/book.install, line 37

<?php
function book_uninstall() {
  db_query('DROP TABLE {book}');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.