You are here

function fb_register_uninstall in Drupal for Facebook 6.2

File

contrib/fb_register.install, line 12
Install file to support fb_register.module.

Code

function fb_register_uninstall() {
  drupal_uninstall_schema('fb_register');
}