You are here

flickr.inc in Embedded Media Field 6.3

Same filename and directory in other branches
  1. 6 contrib/emimage/providers/flickr.inc

This provider file has been supplanted by the Media: Flickr module.

File

contrib/emimage/providers/flickr.inc
View source
<?php

/**
 * @file
 * This provider file has been supplanted by the Media: Flickr module.
 */
function emimage_flickr_obsolete() {
  drupal_set_message(t('Please install the !media_flickr module for Flickr integration with Embedded Image Field.', array(
    '!media_flickr' => l(t('Media: Flickr'), 'http://drupal.org/project/media_flickr'),
  )), 'error');
}

Functions

Namesort descending Description
emimage_flickr_obsolete @file This provider file has been supplanted by the Media: Flickr module.