[mythtv-commits] Ticket #7119: Trunk r21977 MythWeb issues

MythTV mythtv at cvs.mythtv.org
Sun Oct 4 22:12:21 UTC 2009


#7119: Trunk r21977 MythWeb issues
------------------------------------+---------------------------------------
 Reporter:  r.d.vaughan at rogers.com  |        Owner:  kormoc 
     Type:  defect                  |       Status:  new    
 Priority:  minor                   |    Milestone:  0.22   
Component:  Plugin - MythWeb        |      Version:  unknown
 Severity:  medium                  |   Resolution:         
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by tomegrigg at gmail.com):

 The attached patch seems to fix the duplicate recording on the upcoming
 recordings page, although I doubt this is really the best solution.  In my
 case, the "duplicate" recording is taking the place of a scheduled
 recording which is omitted from the page.  Seems to be an issue around re-
 use of the variable named "show"

 {{{
 Index: mythplugins/mythweb/modules/tv/upcoming.php
 ===================================================================
 --- mythplugins/mythweb/modules/tv/upcoming.php (revision 22240)
 +++ mythplugins/mythweb/modules/tv/upcoming.php (working copy)
 @@ -133,6 +133,8 @@
          }
      }

 +    unset($show);
 +
  // Sort the programs
      if (count($all_shows))
      {

 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7119#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list