You are here

function taxonomy_access_enable in Taxonomy Access Control 5

Same name and namespace in other branches
  1. 5.2 taxonomy_access.module \taxonomy_access_enable()
  2. 6 taxonomy_access.module \taxonomy_access_enable()
  3. 7 taxonomy_access.install \taxonomy_access_enable()

Implementation of hook_enable().

Need to housekeep term_access databases for new/deleted terms/users to ensure they are up-to-date.

File

./taxonomy_access.module, line 64
Allows administrators to specify how each category (in the taxonomy) can be used by various roles.

Code

function taxonomy_access_enable() {
  _taxonomy_access_update_db();
}