function tac_lite_perm in Taxonomy Access Control Lite 5
Same name and namespace in other branches
- 6 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',
);
}