function emvideo_update_6008 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_update_6008()
- 6.2 contrib/emvideo/emvideo.install \emvideo_update_6008()
Add a duration column to existing fields.
File
- contrib/
emvideo/ emvideo.install, line 294 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_update_6008() {
// The previous update, upon which this depended, was originally malformed,
// and did not always work properly. It's now redone in 6011.
return array();
}