function hosting_client_perm in Hosting 6.2
Same name and namespace in other branches
- 5 client/hosting_client.module \hosting_client_perm()
Implementation of hook_perm().
File
- client/
hosting_client.module, line 65
Code
function hosting_client_perm() {
return array(
'create client',
'view client',
'edit own client',
'delete own client',
'administer clients',
'edit client users',
'edit client uname',
);
}