/[drupal]/contributions/modules/video/plugins/video_ffmpeg_helper/video_render.php
ViewVC logotype

Diff of /contributions/modules/video/plugins/video_ffmpeg_helper/video_render.php

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

revision 1.8.2.2, Mon Jun 1 01:10:32 2009 UTC revision 1.8.2.3, Mon Jun 1 01:31:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video_render.php,v 1.8.2.1 2009/05/27 01:48:28 heshanmw Exp $  //$Id: video_render.php,v 1.8.2.2 2009/06/01 01:10:32 heshanmw Exp $
3  /**  /**
4   * @file   * @file
5   * Renders a video. This script is called concurrently by video_scheduler.php   * Renders a video. This script is called concurrently by video_scheduler.php
# Line 54  if (isset($_SERVER['argv'][3])) { Line 54  if (isset($_SERVER['argv'][3])) {
54    
55  include_once('./includes/bootstrap.inc');  include_once('./includes/bootstrap.inc');
56  //module_load_include('/includes/bootstrap.inc', 'video_render', 'includes/bootstrap');  //module_load_include('/includes/bootstrap.inc', 'video_render', 'includes/bootstrap');
57    //
58  // disable error reporting for bootstrap process  // disable error reporting for bootstrap process
59  error_reporting(E_ERROR);  error_reporting(E_ERROR);
60  // let's bootstrap: we will be able to use drupal apis  // let's bootstrap: we will be able to use drupal apis

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

  ViewVC Help
Powered by ViewVC 1.1.2