You are here

function fb_user_update_6000 in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 6.2 fb_user.install \fb_user_update_6000()

File

./fb_user.install, line 92
Install file for fb_user.module.

Code

function fb_user_update_6000() {
  $ret = array();

  // We used to alter users.mail column here, to make it long enough for proxied emails.  But we no longer do this, instead we store proxied email in the fb_user_app table.
  // See update 6001.
  return $ret;
}