function emvideo_update_1 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_update_1()
- 6.2 contrib/emvideo/emvideo.install \emvideo_update_1()
We need to make sure to show our new 'embed code' filter on Views.
File
- contrib/
emvideo/ emvideo.install, line 128 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_update_1() {
return _emvideo_update_reset_cache();
}