~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythweb/modules/tv/recorded.php

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:35:10 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908233510-uvcvmvbn73khqark
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (r21742)
* debian/rules, debian/mythvideo.cron.daily:
  - Install jamu cron job
* debian/control:
  - Depends on python-imdbpy for mythvideo's new jamu cron job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * view and manipulate recorded programs.
4
4
 *
5
5
 * @url         $URL: http://svn.mythtv.org/svn/trunk/mythplugins/mythweb/modules/tv/recorded.php $
6
 
 * @date        $Date: 2009-08-01 23:50:00 -0500 (Sat, 01 Aug 2009) $
7
 
 * @version     $Revision: 21099 $
 
6
 * @date        $Date: 2009-09-04 00:57:34 -0500 (Fri, 04 Sep 2009) $
 
7
 * @version     $Revision: 21662 $
8
8
 * @author      $Author: kormoc $
9
9
 * @license     GPL
10
10
 *
40
40
        // Forget all knowledge of old recordings?
41
41
            if ($_REQUEST['forget_old']) {
42
42
                MythBackend::find()->sendCommand(array('FORGET_RECORDING', implode(MythBackend::$backend_separator, $row), '0'));
43
 
            // Delay a second so the scheduler can catch up
44
 
                sleep(1);
 
43
                MythBackend::find()->listenForEvent('SCHEDULE_CHANGE');
45
44
            }
46
45
        // Exit early if we're in AJAX mode.
47
46
            if (isset($_REQUEST['ajax'])) {