mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-04 16:14:03 +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:
@@ -68,7 +68,7 @@ void RDCatchConf::SetRow(const QString ¶m,const QString &value) const
|
||||
QString sql;
|
||||
|
||||
sql=QString("update `RDCATCH` set `")+
|
||||
param+"`='"+RDEscapeString(value)+"\" where "+
|
||||
param+"`='"+RDEscapeString(value)+"' where "+
|
||||
"`STATION`='"+RDEscapeString(air_station)+"'";
|
||||
RDSqlQuery::apply(sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user