blogapi_uninstall

Versions
5 – 6
blogapi_uninstall()

Implementation of hook_uninstall().

Code

modules/blogapi/blogapi.install, line 39

<?php
function blogapi_uninstall() {
  // Remove table.
  db_query("DROP TABLE {blogapi_files}");
}
?>
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.