You are here

function hosting_client_user_XXX in Hosting 7.3

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

Implements hook_user_XXX().

File

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

Code

function hosting_client_user_XXX($edit, $account) {
  if (hosting_feature('client')) {
    return hosting_client_user_form($edit, $account, $category);
  }
}