[mythtv-commits] Ticket #9105: Duplicate/Missing Last Line in Mythweb Upcoming Recordings

MythTV mythtv at cvs.mythtv.org
Sat Oct 16 18:31:08 UTC 2010


#9105: Duplicate/Missing Last Line in Mythweb Upcoming Recordings
------------------------------------------------+---------------------------
     Reporter:  Bill Meek <keemllib@…>          |       Owner:  kormoc    
         Type:  patch                           |      Status:  new       
     Priority:  minor                           |   Milestone:  unknown   
    Component:  Plugin - MythWeb                |     Version:  Trunk Head
     Severity:  medium                          |    Keywords:            
Ticket locked:  0                               |  
------------------------------------------------+---------------------------
 Similar to #8661. The last 2 lines of the Upcoming Recordings page can be
 the same and the real last line is not shown.

 Unlike #8661, I can't duplicate this at will. It first showed up when an
 override was added to the schedule. Adding the following during that time
 eliminated the duplicate and allowed the last line to display.

 {{{
 Index: mythweb/modules/tv/upcoming.php
 ===================================================================
 --- mythweb/modules/tv/upcoming.php (revision 26832)
 +++ mythweb/modules/tv/upcoming.php (working copy)
 @@ -139,6 +139,7 @@
          }
      }

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

 Info only: dpkg -l | grep php
 {{{
 ii libapache2-mod-php5 5.3.2-1ubuntu4.5 server-side, HTML-embedded
 scripting languag
 ii php5                5.3.2-1ubuntu4.5 server-side, HTML-embedded
 scripting languag
 ii php5-common         5.3.2-1ubuntu4.5 Common files for packages built
 from the php
 ii php5-mysql          5.3.2-1ubuntu4.5 MySQL module for php5
 }}}
 {{{
 Linux mc0 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010
 x86_64 GNU/Linux
 Ubuntu 10.04.1 LTS
 }}}
 {{{
 MythTV Version   : 26813
 MythTV Branch    : trunk
 Network Protocol : 63
 Library API      : 0.23.20100917-1
 QT Version       : 4.6.2
 Options compiled in:
  linux debug using_alsa using_jack using_pulse using_pulseoutput
 using_backend using_bindings_perl using_bindings_python using_dvb
 using_frontend using_hdpvr using_iptv using_ivtv using_mheg
 using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit
 using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld
 using_xvmcw using_bindings_perl using_bindings_python using_mythtranscode
 using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9105>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list