#673: Allow >2 channels to use the same xmltvid
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  ijr     
     Type:  patch                    |       Status:  reopened
 Priority:  minor                    |    Milestone:  unknown 
Component:  mythtv                   |      Version:  head    
 Severity:  high                     |   Resolution:          
-------------------------------------+--------------------------------------
Changes (by [EMAIL PROTECTED]):

  * resolution:  fixed =>
  * severity:  medium => high
  * status:  closed => reopened

Comment:

 [8561] is broken as the query object is reused again later on in the loop
 (somewhere in line 2317), thus breaking the earlier "while(query.next())"
 statement.

 Attached is a quick patch that creates another MSqlQuery object called
 chanQuery, but this requires 2 connections.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/673>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

Reply via email to