You are here

function fb_app_update_6300 in Drupal for Facebook 6.3

File

./fb_app.install, line 178
Installs database tables and settings required by fb_app module.

Code

function fb_app_update_6300() {
  $ret = array();
  fb_install_property_message($ret, st('Event callbacks have changed.'));
  return $ret;
}