You are here

constant EMVIDEO_FLICKR_SETS_DATA_VERSION in Media: Flickr 6

This defines the version of the content data array that we serialize in emvideo_flickr_sets_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_FLICKR_SETS_DATA_VERSION
emvideo_flickr_sets_data in providers/emvideo/flickr_sets.inc
hook emfield_PROVIDER_data
emvideo_flickr_sets_data_version in providers/emvideo/flickr_sets.inc
Implement hook emvideo_PROVIDER_data_version().

File

providers/emvideo/flickr_sets.inc, line 14
This include processes flickr.com photosets for use by emfield/emvideo.module.

Code

define('EMVIDEO_FLICKR_SETS_DATA_VERSION', 1);