mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-20 15:41:23 +01:00
2021-04-19 Fred Gleason <fredg@paravelsystems.com>
* Fixed various regressions in rdadmin(1) that caused SQL errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1864,7 +1864,7 @@ void RDStation::remove(const QString &name)
|
||||
{
|
||||
QString sql;
|
||||
|
||||
sql=QString("delete from `DECKS where ")+
|
||||
sql=QString("delete from `DECKS` where ")+
|
||||
"`STATION_NAME`='"+RDEscapeString(name)+"'";
|
||||
RDSqlQuery::apply(sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user