You are here

fb_connect.install in Drupal for Facebook 7.3

Same filename and directory in other branches
  1. 6.3 fb_connect.install
  2. 6.2 fb_connect.install

Install functions for fb_connect.module.

File

fb_connect.install
View source
<?php

/**
 * @file
 * Install functions for fb_connect.module.
 *
 */

/**
 * Implements hook_uninstall().
 */

// TODO AVA Confirm this query
function fb_connect_uninstall() {
  db_query("DELETE FROM {block} WHERE module = 'fb_connect'");
}

Functions