You are here

constant EMVIDEO_BLIPTV_DATA_VERSION in Embedded Media Field 6

This defines the version of the content data array that we serialize in emvideo_bliptv_data(). If we change the expected keys of that array, we must increment this value, which will allow older content to be updated to the new version automatically.

2 uses of EMVIDEO_BLIPTV_DATA_VERSION
emvideo_bliptv_data in contrib/emvideo/providers/bliptv.inc
emvideo_bliptv_data_version in contrib/emvideo/providers/bliptv.inc
Implement hook emvideo_PROVIDER_data_version().

File

contrib/emvideo/providers/bliptv.inc, line 17
This include processes blip.tv media files for use by emfield.module.

Code

define('EMVIDEO_BLIPTV_DATA_VERSION', 2);