Opened 17 years ago

Closed 17 years ago

#3311 closed patch (fixed)

Exclude null/empty airdates in Mythweb

Reported by: otto at kolsi dot fi Owned by: xris
Priority: trivial Milestone: unknown
Component: mythweb Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

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)

Attachments (1)

mythweb-empty-airdate.patch (745 bytes) - added by otto at kolsi dot fi 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by otto at kolsi dot fi

Attachment: mythweb-empty-airdate.patch added

comment:1 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

(In [13399]) add better airdate-exists checking for valid airdates. closes #3311

Note: See TracTickets for help on using tickets.