You are here

function tac_lite_permission in Taxonomy Access Control Lite 7

Implementation of hook_perm().

File

./tac_lite.module, line 44
Control access to site content based on taxonomy, roles and users.

Code

function tac_lite_permission() {
  return array(
    'administer tac_lite' => array(
      'title' => t('administer tac_lite'),
      'description' => t('TODO Add a description for \'administer tac_lite\''),
    ),
  );
}