function emthumb_update_6002 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emthumb/emthumb.install \emthumb_update_6002()
- 6.2 contrib/emthumb/emthumb.install \emthumb_update_6002()
New formatters and theme functions.
File
- contrib/
emthumb/ emthumb.install, line 11 - Updates for the emthumb module.
Code
function emthumb_update_6002() {
drupal_rebuild_theme_registry();
return _emthumb_update_reset_cache();
}