| 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 |
* |
* |
| 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) { |