You are here

function fbconnect_update_6005 in Facebook Connect 6.2

Same name and namespace in other branches
  1. 6 fbconnect.install \fbconnect_update_6005()

delete unnesessary bundle_ids from system table

File

./fbconnect.install, line 150
Install, update and uninstall functions for the fbconnect module.

Code

function fbconnect_update_6005() {
  $res = array();
  variable_del('fbconnect_reg_feed_id');
  variable_del('fbconnect_com_feed_id');
  return $res;
}