function document_taxonomy_term_delete in Document 7
Same name and namespace in other branches
- 8.x document.module \document_taxonomy_term_delete()
File
- ./
document.module, line 47
Code
function document_taxonomy_term_delete($term) {
//TODO: Clear cache only if Document vocabulary or its terms are affected.
cache_clear_all('document_types', 'cache');
}