function fbconnect_update_6005 in Facebook Connect 6
Same name and namespace in other branches
- 6.2 fbconnect.install \fbconnect_update_6005()
delete unnesessary bundle_ids from system table
File
- ./
fbconnect.install, line 88 - Implementation of hook_install().
Code
function fbconnect_update_6005() {
$res = array();
variable_del('fbconnect_reg_feed_id');
variable_del('fbconnect_com_feed_id');
return $res;
}