You are here

function hosting_client_user_presave in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 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);
}