You are here

function hosting_client_user_insert in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 client/hosting_client.access.inc \hosting_client_user_insert()

Implements hook_user_insert().

File

client/hosting_client.access.inc, line 44
Control client node access.

Code

function hosting_client_user_insert(&$edit, $account, $category) {
  $edit['hosting_client'] = NULL;
}