[mythtv-commits] Ticket #10274: mythtv fails to show recording details

MythTV noreply at mythtv.org
Fri Aug 3 15:53:43 UTC 2012


#10274: mythtv fails to show recording details
----------------------------------+-----------------------------
 Reporter:  furti@…               |          Owner:  kormoc
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  Plugin - MythWeb      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by dekarl@…):

 worksforme

 I think this has been fixed in [ee941bef6d55a0381a93eb50c3a4833dc5278f8f]
 {{{
  /**
   * Converts a unix timestamp into a myth timestamp
  /**/
      function unix2mythtime($time) {
 -        return date('Y-m-d\TH:i:s', $time);
 -    }
 -
 -/**
 - * Converts a unix timestamp into a myth timestamp
 -/**/
 -    function unix2gmtmythtime($time) {
          return gmdate('Y-m-d\TH:i:s', $time);
      }
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10274#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list