You are here

function fb_devel_uninstall in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 7.3 fb_devel.install \fb_devel_uninstall()

Implements hook_uninstall().

File

./fb_devel.install, line 82
Install file for fb_devel.module.

Code

function fb_devel_uninstall() {
  db_query("DELETE FROM {blocks} WHERE module = 'fb_devel'");
}