function fbconnect_update_7001 in Facebook Connect 8.2
Same name and namespace in other branches
- 7.2 fbconnect.install \fbconnect_update_7001()
Implements hook_update_N(). Moved fbconnect_users schema to fbconnect_login module
File
- ./
fbconnect.install, line 97 - Install, update and uninstall functions for the fbconnect module.
Code
function fbconnect_update_7001() {
drupal_set_installed_schema_version('fbconnect_login', 7000);
module_enable(array(
'fbconnect_login',
));
}