Ticket #7785: networkcontrol-0.22.patch
File networkcontrol-0.22.patch, 573 bytes (added by , 16 years ago) |
---|
-
programs/mythfrontend/networkcontrol.cpp
1100 1100 query.prepare(queryStr); 1101 1101 query.bindValue(":START", QDateTime::currentDateTime()); 1102 1102 query.bindValue(":END", QDateTime::currentDateTime()); 1103 query.bindValue(":CHANID", chanID); 1103 if (!chanID.isEmpty()) 1104 { 1105 query.bindValue(":CHANID", chanID); 1106 } 1104 1107 1105 1108 if (query.exec()) 1106 1109 {