You are here

function taxonomy_access_last_removed in Taxonomy Access Control 6

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

Implements hook_update_last_removed().

File

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

Code

function taxonomy_access_last_removed() {
  return 3;
}