function fb_update_6000 in Drupal for Facebook 6.3
Same name and namespace in other branches
- 6.2 fb.install \fb_update_6000()
File
- ./
fb.install, line 152 - Install file to support fb.module.
Code
function fb_update_6000() {
$ret = array();
//_fb_install_alter_session_table(); // no longer need to do this.
return $ret;
}