You are here

function fb_app_uninstall in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 6.2 fb_app.install \fb_app_uninstall()
  2. 7.3 fb_app.install \fb_app_uninstall()

hook_uninstall()

File

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

Code

function fb_app_uninstall() {

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