You are here

function fbconnect_update_6004 in Facebook Connect 6

Same name and namespace in other branches
  1. 6.2 fbconnect.install \fbconnect_update_6004()

File

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

Code

function fbconnect_update_6004() {
  return _fbconnect_change_user_mail_field();
}