function hosting_client_user_presave in Hosting 7.3
Same name and namespace in other branches
- 7.4 client/hosting_client.access.inc \hosting_client_user_presave()
Implements hook_user_presave().
File
- client/
hosting_client.access.inc, line 37 - Control client node access.
Code
function hosting_client_user_presave(&$edit, $account, $category) {
hosting_client_user_form_submit($edit, $account);
}