You are here

function externalauth_update_8103 in External Authentication 2.0.x

Same name and namespace in other branches
  1. 8 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);
}