function fbconnect_update_6200 in Facebook Connect 6.2
@todo.
File
- ./
fbconnect.install, line 160 - Install, update and uninstall functions for the fbconnect module.
Code
function fbconnect_update_6200() {
$res = array();
$res[] = update_sql("UPDATE {variable} SET name = 'fbconnect_appid' WHERE name = 'fbconnect_key'");
$res[] = update_sql("UPDATE {blocks} SET module = 'fbconnect_invite' WHERE module = 'fbconnect' AND delta = 0");
return $res;
}