function tac_lite_perm in Taxonomy Access Control Lite 6
Same name and namespace in other branches
- 5 tac_lite.module \tac_lite_perm()
Implementation of hook_perm().
File
- ./
tac_lite.module, line 33 - Control access to site content based on taxonomy, roles and users.
Code
function tac_lite_perm() {
return array(
'administer tac_lite',
);
}