You are here

function fb_update_6002 in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb.install \fb_update_6002()

File

./fb.install, line 118
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;
}