You are here

function fb_user_app_update_6000 in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 contrib/fb_user_app.install \fb_user_app_update_6000()

File

contrib/fb_user_app.install, line 85
Install file for fb_user.module.

Code

function fb_user_app_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;
}