You are here

function password_policy_update_8301 in Password Policy 8.3

Modify module weight so that it runs after others.

File

./password_policy.install, line 68
Install, update and uninstall functions for the password_policy module.

Code

function password_policy_update_8301() {
  module_set_weight('password_policy', 10);
}