| 5 poll.module | poll_perm() |
| 6 poll.module | poll_perm() |
Implementation of hook_perm().
File
- modules/
poll.module, line 274 - Enables your site to capture votes on different topics in the form of multiple choice questions.
Code
function poll_perm() {
return array('create polls', 'vote on polls');
}
Login or register to post comments