You are here

function _emaudio_update_reset_cache_views in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 5 contrib/emaudio/emaudio.install \_emaudio_update_reset_cache_views()
  2. 6.3 contrib/emaudio/emaudio.install \_emaudio_update_reset_cache_views()
  3. 6 contrib/emaudio/emaudio.install \_emaudio_update_reset_cache_views()
1 call to _emaudio_update_reset_cache_views()
emaudio_update_1 in contrib/emaudio/emaudio.install

File

contrib/emaudio/emaudio.install, line 48
This is the emaudio.module's install, configuration, and removal file.

Code

function _emaudio_update_reset_cache_views() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {cache_views}");
  return $ret;
}