You are here

function fb_register_install in Drupal for Facebook 6.2

@file Install file to support fb_register.module.

File

contrib/fb_register.install, line 8
Install file to support fb_register.module.

Code

function fb_register_install() {
  drupal_install_schema('fb_register');
}