function emvideo_update_6012 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_update_6012()
- 6.2 contrib/emvideo/emvideo.install \emvideo_update_6012()
Rebuild themes and views.
File
- contrib/
emvideo/ emvideo.install, line 325 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_update_6012() {
drupal_rebuild_theme_registry();
return _emvideo_update_reset_cache_views();
}