function fb_update_6002 in Drupal for Facebook 6.3
Same name and namespace in other branches
- 6.2 fb.install \fb_update_6002()
File
- ./
fb.install, line 166 - Install file to support fb.module.
Code
function fb_update_6002() {
$ret = array();
$message = 'IMPORTANT: Drupal for Facebook connect URLs have changed. You must manually edit each of your applications. Pressing the save button will update the connect URL property.';
drupal_set_message($message);
watchdog('fb', $message);
return $ret;
}