mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2018-05-31 Fred Gleason <fredg@paravelsystems.com>
* Refactored table drops to use 'RDApplication::dropTable()'.
This commit is contained in:
@@ -771,9 +771,7 @@ void EditClock::AbandonClock(QString name)
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
|
||||
sql=QString("drop table `")+RDClock::tableName(name)+"`";
|
||||
q=new RDSqlQuery(sql);
|
||||
delete q;
|
||||
rda->dropTable(RDClock::tableName(name));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user