mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +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>
|
||||
* Fixed a regression in rdcatchd(8) that could cause download
|
||||
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 ")+
|
||||
"(STATION_NAME=\""+RDEscapeString(edit_station_box->currentText())+"\")&&"+
|
||||
QString().sprintf("(TYPE=%d)&&",RDRecording::MacroEvent)+
|
||||
"START_TIME=\""+RDEscapeString(edit_starttime_edit->time().
|
||||
"(START_TIME=\""+RDEscapeString(edit_starttime_edit->time().
|
||||
toString("hh:mm:ss"))+"\")&&"+
|
||||
QString().sprintf("(MACRO_CART=%u)",edit_destination_edit->text().toUInt());
|
||||
if(edit_sun_button->isChecked()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user