function glossary_taxonomy in Glossary 5.2
Same name and namespace in other branches
- 5 glossary.module \glossary_taxonomy()
- 6 glossary.module \glossary_taxonomy()
- 7 glossary.module \glossary_taxonomy()
Implementation of hook_taxonomy().
File
- ./
glossary.module, line 407 - Glossary terms will be automatically marked with links to their descriptions.
Code
function glossary_taxonomy($op, $type, $array = NULL) {
if ($array) {
_glossary_clear_cache($array['vid']);
}
}