function fb_social_install in Facebook social plugins integration 6.2
Same name and namespace in other branches
- 7.2 fb_social.install \fb_social_install()
Implementation of hook_install().
File
- ./
fb_social.install, line 11 - Install, update and uninstall functions for the fb_social module.
Code
function fb_social_install() {
drupal_install_schema('fb_social');
}