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

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

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

revision 1.69.4.14, Thu Oct 8 16:47:53 2009 UTC revision 1.69.4.15, Sat Nov 7 17:00:15 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video.module,v 1.69.4.13 2009/10/01 15:15:45 heshanmw Exp $  //$Id: video.module,v 1.69.4.14 2009/10/08 16:47:53 heshanmw Exp $
3  /**  /**
4   * @file video.module   * @file video.module
5   *   *
# Line 1109  function video_block_list($delta = 0) { Line 1109  function video_block_list($delta = 0) {
1109   */   */
1110  function video_download($node) {  function video_download($node) {
1111    // $node as been loaded by video_menu    // $node as been loaded by video_menu
1112    print_r($node);    //print_r($node);
1113    exit;    //exit;
1114    if ($node) {    if ($node) {
1115      if (video_support_download($node) && _video_allow_download($node)) { //Make sure the video type is not youtube before downloading.      if (video_support_download($node) && _video_allow_download($node)) { //Make sure the video type is not youtube before downloading.
1116        _video_download_goto($node);        _video_download_goto($node);

Legend:
Removed from v.1.69.4.14  
changed lines
  Added in v.1.69.4.15

  ViewVC Help
Powered by ViewVC 1.1.2