function _emimage_update_reset_cache_views in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \_emimage_update_reset_cache_views()
- 6.2 contrib/emimage/emimage.install \_emimage_update_reset_cache_views()
1 call to _emimage_update_reset_cache_views()
- emimage_update_1 in contrib/
emimage/ emimage.install
File
- contrib/
emimage/ emimage.install, line 89 - This is the emimage.module's install, configuration, and removal instructions.
Code
function _emimage_update_reset_cache_views() {
$ret = array();
$ret[] = update_sql("DELETE FROM {cache_views}");
return $ret;
}