You are here

function emthumb_update_6002 in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emthumb/emthumb.install \emthumb_update_6002()
  2. 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();
}