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

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

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

revision 1.5.2.2, Mon Jun 1 01:10:32 2009 UTC revision 1.5.2.3, Mon Jun 1 01:31:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video_scheduler.php,v 1.5.2.1 2009/05/27 01:48:28 heshanmw Exp $  //$Id: video_scheduler.php,v 1.5.2.2 2009/06/01 01:10:32 heshanmw Exp $
3  /**  /**
4   * @file   * @file
5   * Implement video rendering scheduling.   * Implement video rendering scheduling.
# Line 80  function video_scheduler_main() { Line 80  function video_scheduler_main() {
80      }      }
81    }    }
82    else {    else {
83      watchdog('video_scheduler', 'no video conversion jobs to schedule.');      watchdog('video_scheduler', 'no video conversion jobs to schedule.', array(), WATCHDOG_DEBUG);
84    }    }
85  }  }
86    

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

  ViewVC Help
Powered by ViewVC 1.1.2