You are here

function taxonomy_access_update_4 in Taxonomy Access Control 6

Same name and namespace in other branches
  1. 5.2 taxonomy_access.install \taxonomy_access_update_4()
  2. 5 taxonomy_access.install \taxonomy_access_update_4()

Delete variable 'taxonomy_access_enabled'.

File

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

Code

function taxonomy_access_update_4() {
  variable_del('taxonomy_access_enabled');
  return array();
}