/[drupal]/contributions/modules/video/types/video_youtube/video_youtube.module
ViewVC logotype

Diff of /contributions/modules/video/types/video_youtube/video_youtube.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.4.6, Sun Nov 8 15:41:54 2009 UTC revision 1.2.4.7, Mon Nov 9 02:00:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video_youtube.module,v 1.2.4.5 2009/11/07 17:00:56 heshanmw Exp $  //$Id: video_youtube.module,v 1.2.4.6 2009/11/08 15:41:54 heshanmw Exp $
3  /**  /**
4   * @file   * @file
5   * Enable Youtube support for video module.   * Enable Youtube support for video module.
# Line 220  function _video_apiclient_youtube_get_th Line 220  function _video_apiclient_youtube_get_th
220  function video_youtube_v_auto_thumbnail($node) {  function video_youtube_v_auto_thumbnail($node) {
221    if (count($_POST)) {    if (count($_POST)) {
222      if ($_POST['vidfile'] == $node->vidfile) {      if ($_POST['vidfile'] == $node->vidfile) {
223        _video_image_thumbnail_debug(t('No new video to thumbnail'));        //_video_image_thumbnail_debug(t('No new video to thumbnail'));
224        //return NULL;        //return NULL;
225      }      }
226      if ($_POST['tempimage']['fids']['_original']) {      if ($_POST['tempimage']['fids']['_original']) {

Legend:
Removed from v.1.2.4.6  
changed lines
  Added in v.1.2.4.7

  ViewVC Help
Powered by ViewVC 1.1.2