You are here

function fb_devel_uninstall in Drupal for Facebook 7.3

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

File

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

Code

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