You are here

function emimage_picasa_data_version in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emimage/providers/picasa.inc \emimage_picasa_data_version()

Implement hook emvideo_PROVIDER_data_version().

File

contrib/emimage/providers/picasa.inc, line 53
This include processes picasa.com image files for use by emfield.module.

Code

function emimage_picasa_data_version() {
  return EMIMAGE_PICASA_DATA_VERSION;
}