function taxonomy_image_flush_caches in Taxonomy Image 6
Implementation of hook_flush_caches().
File
- ./
taxonomy_image.module, line 793 - taxonomy_image.module Simple module for providing an association between taxonomy terms and images. Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004.
Code
function taxonomy_image_flush_caches() {
return array(
'cache_tax_image',
);
}