function fb_update_6001 in Drupal for Facebook 6.3
Same name and namespace in other branches
- 6.2 fb.install \fb_update_6001()
File
- ./
fb.install, line 158 - Install file to support fb.module.
Code
function fb_update_6001() {
$ret = array();
$message = 'IMPORTANT: Drupal for Facebook modules have moved around! Check your <em>modules/fb/</em> directory, and make sure you do not have duplicates of fb_feed.module or fb_views.module. If so, delete the entire <em>modules/fb/</em> directory and re-install.';
drupal_set_message($message);
watchdog('fb', $message);
return $ret;
}