You are here

taxonomy_access_fix.install in Taxonomy access fix 8.3

Same filename and directory in other branches
  1. 8.2 taxonomy_access_fix.install
  2. 7.2 taxonomy_access_fix.install

Install, uninstall and update hooks for taxonomy_access_fix module.

File

taxonomy_access_fix.install
View source
<?php

/**
 * @file
 * Install, uninstall and update hooks for taxonomy_access_fix module.
 */

/**
 * Implements hook_update_last_removed().
 */
function taxonomy_access_fix_update_last_removed() {
  return 8202;
}