function externalauth_update_8103 in External Authentication 8
Same name and namespace in other branches
- 2.0.x externalauth.install \externalauth_update_8103()
Increase externalauth module weight.
File
- ./
externalauth.install, line 100 - Install, update and uninstall functions for the externalauth module.
Code
function externalauth_update_8103() {
// Increase module weight to perform the authmap cleanup later.
module_set_weight('externalauth', 10);
}