function emfield_disable in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 emfield.install \emfield_disable()
- 6.2 emfield.install \emfield_disable()
Implementation of hook_disable().
File
- ./
emfield.install, line 46 - This is the emfield.module's install, configuration, and removal file.
Code
function emfield_disable() {
cache_clear_all('*', 'cache_emfield_xml', TRUE);
}