You are here

function fb_tab_uninstall in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 7.3 fb_tab.install \fb_tab_uninstall()

hook_uninstall()

File

./fb_tab.install, line 22
Installs database tables and settings required by fb_tab module.

Code

function fb_tab_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('fb_tab');
}