function node_limit_perm in Node Limit 6
Implementation of hook_perm().
File
- ./
node_limit.module, line 19 - Module to restrict the number of nodes a user or role may create.
Code
function node_limit_perm() {
return array(
NODE_LIMIT_PERM_ADMIN,
);
}