fbconnect_invite.install in Facebook Connect 8.2
Same filename and directory in other branches
Install, update and uninstall functions for the fbconnect invite module.
File
fbconnect_invite/fbconnect_invite.installView 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
Name | Description |
---|---|
fbconnect_invite_uninstall | Implements hook_uninstall(). |