You are here

fbconnect_invite.install in Facebook Connect 7.2

Same filename and directory in other branches
  1. 8.2 fbconnect_invite/fbconnect_invite.install

Install, update and uninstall functions for the fbconnect invite module.

File

fbconnect_invite/fbconnect_invite.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the fbconnect invite module.
 */

/**
 * Implements hook_uninstall().
 */
function fbconnect_invite_uninstall() {
  variable_del('fbconnect_invite_label');
  variable_del('fbconnect_invite_msg');
  variable_del('fbconnect_invite_name');
}

Functions

Namesort descending Description
fbconnect_invite_uninstall Implements hook_uninstall().