You are here

function fbconnect_install in Facebook Connect 6.2

Same name and namespace in other branches
  1. 5 fbconnect.install \fbconnect_install()
  2. 6 fbconnect.install \fbconnect_install()

@file Implements hook_install().

File

./fbconnect.install, line 66
Install, update and uninstall functions for the fbconnect module.

Code

function fbconnect_install() {
  drupal_install_schema('fbconnect');
  _fbconnect_change_user_mail_field();
}