function domain_form_user_profile_form_alter in Domain Access 7.3
Same name and namespace in other branches
- 7.2 domain.module \domain_form_user_profile_form_alter()
Implements hook_form_FORM_ID_alter().
File
- ./
domain.module, line 664 - Core module functions for the Domain Access suite.
Code
function domain_form_user_profile_form_alter(&$form, &$form_state) {
domain_form_user_form_alter($form, $form_state);
}