You are here

function simple_fb_connect_uninstall in Simple FB Connect 7

Same name and namespace in other branches
  1. 7.2 simple_fb_connect.install \simple_fb_connect_uninstall()

Implements hook_uninstall().

File

./simple_fb_connect.install, line 56
Install file for simple fb connect module. Checks Requirements.

Code

function simple_fb_connect_uninstall() {
  variable_del('simple_fb_connect_appid');
  variable_del('simple_fb_connect_skey');
  variable_del('simple_fb_connect_login_only');
  variable_del('simple_fb_connect_post_login_url');
}