You are here

function role_expire_form_user_profile_form_alter in Role Expire 7

Same name and namespace in other branches
  1. 6 role_expire.module \role_expire_form_user_profile_form_alter()

Implements hook_form_FORM-ID_alter().

File

./role_expire.module, line 300
Role Expire module

Code

function role_expire_form_user_profile_form_alter(&$form, $form_state) {
  role_expire_add_expiration_input($form);
}