You are here

function fb_connect_uninstall in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_connect.install \fb_connect_uninstall()

File

./fb_connect.install, line 12
Install functions for fb_connect.module.

Code

function fb_connect_uninstall() {
  db_query("DELETE FROM {block} WHERE module = 'fb_connect'");
}