function fbconnect_invite_uninstall in Facebook Connect 8.2
Same name and namespace in other branches
- 7.2 fbconnect_invite/fbconnect_invite.install \fbconnect_invite_uninstall()
Implements hook_uninstall().
File
- fbconnect_invite/
fbconnect_invite.install, line 11 - Install, update and uninstall functions for the fbconnect invite module.
Code
function fbconnect_invite_uninstall() {
variable_del('fbconnect_invite_label');
variable_del('fbconnect_invite_msg');
variable_del('fbconnect_invite_name');
}