You are here

function emaudio_update_1 in Embedded Media Field 6.2

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

File

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

Code

function emaudio_update_1() {
  $ret = _emaudio_update_reset_cache_views();
  return $ret;
}