You are here

function emvideo_update_6006 in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/emvideo.install \emvideo_update_6006()
  2. 6.2 contrib/emvideo/emvideo.install \emvideo_update_6006()

Add new formatters for link and duration.

File

contrib/emvideo/emvideo.install, line 277
Installation, configuration, and removal of the emvideo module.

Code

function emvideo_update_6006() {
  $ret = _emvideo_update_add_new_formatters(t('Rebuilt the theme for modal iframes.'));
  return $ret;
}