[mythtv-commits] mythweb branch master updated by mdean. v0.26-pre-4-g39a5dcd

Git Repo Owner noreply at mythtv.org
Wed May 30 21:21:51 UTC 2012


The branch, master has been updated on the
mythweb repository by gitolite user mdean.
       via  39a5dcd101ce7a6b97474f7b824b358f6e05c0cd (commit)
      from  8c43d8da31d738c75ec6abc9daff2772b16310c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39a5dcd101ce7a6b97474f7b824b358f6e05c0cd
Author:    Michael T. Dean <mdean at mythtv.org> at Wed, 30 May 2012 17:19:55 -0400
Committer: Michael T. Dean <mdean at mythtv.org> at Wed, 30 May 2012 17:19:55 -0400
URL:       http://code.mythtv.org/cgit/mythweb/commit/?id=39a5dcd101ce7a6b97474f7b824b358f6e05c0cd

Fix MythWeb Upcoming Recordings programinfo usage.
The programinfo refactor in #8406 changed the order of fields returned
in a programinfo string list, and a reference was missed in the MythWeb
Schedule class.  The result is that any recording rule with recordid of
6 was skipped/didn't show in Upcoming Recordings.

The original intent of the code was to skip recordings with recstatus of
rsNotListed (as shown in commits e728aea5 and 508103511 , committed for
which has since been modified, again, by a41e9657.  (Therefore, the
index in this commit is correct for 0.25-fixes and above, but should be
18 for 0.24-fixes.)

Thanks to JK on the -users list for finding the issue.



-----------------------------------------------------------------------

Summary of changes:
 modules/tv/classes/Schedule.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list