mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
Merged v2.16
This commit is contained in:
@@ -610,9 +610,10 @@ void ListClocks::DeleteClock(QString clockname)
|
||||
base_name.replace(" ","_");
|
||||
|
||||
//
|
||||
// Delete Active Clocks
|
||||
// Clear Active Clocks
|
||||
//
|
||||
sql=QString("delete from SERVICE_CLOCKS where ")+
|
||||
sql=QString("update SERVICE_CLOCKS set ")+
|
||||
"CLOCK_NAME=null where "+
|
||||
"CLOCK_NAME=\""+RDEscapeString(clockname)+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
Reference in New Issue
Block a user