You are here

function taxonomy_access_last_removed in Taxonomy Access Control 7

Same name and namespace in other branches
  1. 6 taxonomy_access.install \taxonomy_access_last_removed()

Implements hook_update_last_removed().

File

./taxonomy_access.install, line 11
Install, update, and uninstall functions for Taxonomy Access Control.

Code

function taxonomy_access_last_removed() {
  return 5;
}