You are here

function logintoboggan_update_3 in LoginToboggan 5

Same name and namespace in other branches
  1. 6 logintoboggan.install \logintoboggan_update_3()

Implementation of hook_update_3()

File

./logintoboggan.install, line 40

Code

function logintoboggan_update_3() {
  if (variable_get('reg_passwd_set', 0) == 2) {
    variable_set('reg_passwd_set', 1);
  }
  return array();
}