You are here

function fbconnect_update_5001 in Facebook Connect 5

File

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

Code

function fbconnect_update_5001() {
  variable_set('fbconnect_reg_feed_id', 47875658217);
  variable_set('fbconnect_com_feed_id', 47874003217);
  if (variable_get('fbconnect_import', 0)) {
    $ret[] = update_sql("UPDATE {system} SET status = 1, schema_version = 5001 WHERE name = 'fbconnect_profile'");
  }
  return $ret;
}