You are here

function emimage_update_1 in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.install \emimage_update_1()
  2. 6 contrib/emimage/emimage.install \emimage_update_1()

File

contrib/emimage/emimage.install, line 68
This is the emimage.module's install, configuration, and removal instructions.

Code

function emimage_update_1() {
  $ret = _emimage_update_reset_cache_views();
  return $ret;
}