function hosting_client_user_XXX in Hosting 7.4
Same name and namespace in other branches
- 7.3 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);
}
}