function emimage_update_1 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \emimage_update_1()
- 6.2 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;
}