You are here

bliptv.inc in Embedded Media Field 6.3

Same filename and directory in other branches
  1. 6 contrib/emvideo/providers/bliptv.inc

This provider file has been replaced by the Media: BlipTV module.

File

contrib/emvideo/providers/bliptv.inc
View source
<?php

/**
 * @file
 * This provider file has been replaced by the Media: BlipTV module.
 */
function emvideo_bliptv_obsolete() {
  drupal_set_message(t('Please install the !media_bliptv module for BlipTV integration with Embedded Video Field and Embedded Audio Field.', array(
    '!media_bliptv' => l(t('Media: BlipTV'), 'http://drupal.org/project/media_bliptv'),
  )), 'error');
}

Functions

Namesort descending Description
emvideo_bliptv_obsolete @file This provider file has been replaced by the Media: BlipTV module.