
mrlinuxgroups at gmail
Sep 9, 2007, 5:40 PM
Post #1 of 1
(413 views)
Permalink
|
|
programs/mythfilldatabase/xmltvparser.cpp question
|
|
The SVN/Trunk version of programs/mythfilldatabase/xmltvparser.cpp has: if (pginfo->airdate.isEmpty()) pginfo->airdate = QDate::currentDate().toString("yyyy"); which effectively sets the airdate column in the programs table to 2007 for all of my program listings. Then MythWeb shows the 'airdate' of 2007 instead of the originalairdate value that it should display. Should that if (pginfo->airdate.isEmpty()) pginfo->airdate = QDate::currentDate().toString("yyyy"); be in there? jack _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|