mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-26 01:18:11 +02:00
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that threw a SQL error when clicking 'OK' on the 'Edit Cart Event' dialog in rdcatch(1).
This commit is contained in:
parent
ad91e5be2b
commit
63f82ccad9
@ -19279,3 +19279,6 @@
|
|||||||
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in rdcatchd(8) that could cause download
|
* Fixed a regression in rdcatchd(8) that could cause download
|
||||||
events to hang in an active state.
|
events to hang in an active state.
|
||||||
|
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug that threw a SQL error when clicking 'OK' on the
|
||||||
|
'Edit Cart Event' dialog in rdcatch(1).
|
||||||
|
@ -394,7 +394,7 @@ bool EditCartEvent::CheckEvent(bool include_myself)
|
|||||||
QString sql=QString("select ID from RECORDINGS where ")+
|
QString sql=QString("select ID from RECORDINGS where ")+
|
||||||
"(STATION_NAME=\""+RDEscapeString(edit_station_box->currentText())+"\")&&"+
|
"(STATION_NAME=\""+RDEscapeString(edit_station_box->currentText())+"\")&&"+
|
||||||
QString().sprintf("(TYPE=%d)&&",RDRecording::MacroEvent)+
|
QString().sprintf("(TYPE=%d)&&",RDRecording::MacroEvent)+
|
||||||
"START_TIME=\""+RDEscapeString(edit_starttime_edit->time().
|
"(START_TIME=\""+RDEscapeString(edit_starttime_edit->time().
|
||||||
toString("hh:mm:ss"))+"\")&&"+
|
toString("hh:mm:ss"))+"\")&&"+
|
||||||
QString().sprintf("(MACRO_CART=%u)",edit_destination_edit->text().toUInt());
|
QString().sprintf("(MACRO_CART=%u)",edit_destination_edit->text().toUInt());
|
||||||
if(edit_sun_button->isChecked()) {
|
if(edit_sun_button->isChecked()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user