You are here

function fbconnect_install in Facebook Connect 6

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

@file Implementation of hook_install().

File

./fbconnect.install, line 7
Implementation of hook_install().

Code

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