You are here

function fb_update_6000 in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb.install \fb_update_6000()

File

./fb.install, line 104
Install file to support fb.module.

Code

function fb_update_6000() {
  $ret = array();
  _fb_install_alter_session_table();
  return $ret;
}