You are here

function _video_cck_update_reset_cache_views in Embedded Media Field 5

2 calls to _video_cck_update_reset_cache_views()
video_cck_update_6 in contrib/video_cck/video_cck.install
_video_cck_update_reset_cache in contrib/video_cck/video_cck.install

File

contrib/video_cck/video_cck.install, line 118

Code

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