function homebox_perm in Homebox 6.2
Same name and namespace in other branches
- 6.3 homebox.module \homebox_perm()
- 6 homebox.module \homebox_perm()
Implementation of hook_perm().
File
- ./
homebox.module, line 211 - Homebox main file, takes care of global functions settings constants, etc.
Code
function homebox_perm() {
return array(
'administer homebox',
);
}