[mythtv-commits] Ticket #3311: Exclude null/empty airdates in Mythweb

MythTV mythtv at cvs.mythtv.org
Sat Apr 14 15:31:28 UTC 2007


#3311: Exclude null/empty airdates in Mythweb
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  xris   
     Type:  patch                 |      Status:  new    
 Priority:  trivial               |   Milestone:  unknown
Component:  mythweb               |     Version:  head   
 Severity:  low                   |  
----------------------------------+-----------------------------------------
 Attached patch fixes Mythweb so that it doesn't show empty airdate as
 '1900-01-01' in upcoming recordings popup and in recorded show page.

 If it's any value, here's what I have in DB in program table:
 {{{
 mysql> select distinct airdate, originalairdate from program;
 +---------+-----------------+
 | airdate | originalairdate |
 +---------+-----------------+
 |    0000 | NULL            |
 +---------+-----------------+
 1 row in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3311>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list