You are here

function taxonomy_perm in Drupal 6

Same name and namespace in other branches
  1. 4 modules/taxonomy.module \taxonomy_perm()
  2. 5 modules/taxonomy/taxonomy.module \taxonomy_perm()

Implementation of hook_perm().

File

modules/taxonomy/taxonomy.module, line 11
Enables the organization of content into categories.

Code

function taxonomy_perm() {
  return array(
    'administer taxonomy',
  );
}