function invite_stats_perm in Invite 6.2
Same name and namespace in other branches
- 5.2 invite_stats.module \invite_stats_perm()
- 5 invite_stats.module \invite_stats_perm()
Implementation of hook_perm().
File
- ./
invite_stats.module, line 25 - Displays some statistics about sent invitations.
Code
function invite_stats_perm() {
return array(
'view invite statistics',
'view own invite statistics',
);
}