function taxonomy_access_update_1 in Taxonomy Access Control 5.2
Same name and namespace in other branches
- 5 taxonomy_access.install \taxonomy_access_update_1()
File
- ./
taxonomy_access.install, line 8
Code
function taxonomy_access_update_1() {
return _system_update_utf8(array(
'term_access',
'term_access_defaults',
));
}