/[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.16, Sun Nov 8 15:41:54 2009 UTC revision 1.69.4.17, Tue Nov 10 01:12:44 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video.module,v 1.69.4.15 2009/11/07 17:00:15 heshanmw Exp $  //$Id: video.module,v 1.69.4.16 2009/11/08 15:41:54 heshanmw Exp $
3  /**  /**
4   * @file video.module   * @file video.module
5   *   *
# Line 896  function video_update($node) { Line 896  function video_update($node) {
896    }    }
897    else {    else {
898      // set the required properties of the video node      // set the required properties of the video node
899      video_presave($node);      //video_presave($node);
900    
901    // GMM: make sure to save the encoded_fid    // GMM: make sure to save the encoded_fid
902    if (!isset($node->serial_data['video_encoded_fid']) && $node->video_encoded_fid) {    if (!isset($node->serial_data['video_encoded_fid']) && $node->video_encoded_fid) {

Legend:
Removed from v.1.69.4.16  
changed lines
  Added in v.1.69.4.17

  ViewVC Help
Powered by ViewVC 1.1.2