You are here

function password_policy_update_7200 in Password Policy 7.2

Set a flag to denote the time that the new force plugin was installed.

File

./password_policy.install, line 167
Install functions for Password Policy module.

Code

function password_policy_update_7200() {
  variable_set('password_policy_install_time', REQUEST_TIME);
}