You are here

function _emimage_update_reset_cache_views in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.install \_emimage_update_reset_cache_views()
  2. 6 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 96
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;
}