function flag_perm in Flag 6.2
Same name and namespace in other branches
- 5 flag.module \flag_perm()
- 6 flag.module \flag_perm()
Implementation of hook_perm().
File
- ./
flag.module, line 213 - The Flag module.
Code
function flag_perm() {
return array(
'administer flags',
'use flag import',
);
}