You are here

function emvideo_update_6 in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/emvideo.install \emvideo_update_6()
  2. 6.2 contrib/emvideo/emvideo.install \emvideo_update_6()

File

contrib/emvideo/emvideo.install, line 217
Installation, configuration, and removal of the emvideo module.

Code

function emvideo_update_6() {
  $ret = _emvideo_update_reset_cache_views();
  return $ret;
}