function _textimage_flush_cache in Textimage 6.2
Same name and namespace in other branches
- 5.2 textimage_admin.inc \_textimage_flush_cache()
- 7.2 textimage.admin.inc \_textimage_flush_cache()
2 calls to _textimage_flush_cache()
File
- ./
textimage_admin.inc, line 708
Code
function _textimage_flush_cache() {
if (module_exists('content')) {
cache_clear_all('*', 'cache_content', TRUE);
}
}