mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
Fix a typo in lib/rdcut.cpp that threw a SQL error.
Fix typos in lib/rdsvc.cpp that threw SQL errors. Fix typos in rdlibrary/list_reports.cpp that threw SQL errors. Fix typos in utils/rdclilogedit/operations.cpp that threw SQL errors. Fix typos in utils/rddbmgr/updateschema.cpp that threw SQL errors. Signed-off-by: David Klann <dklann@broadcasttool.com>
This commit is contained in:
@@ -420,8 +420,8 @@ void MainObject::Saveas(const QString &logname)
|
||||
RDLog *log=new RDLog(logname);
|
||||
if(!log->exists()) {
|
||||
sql=QString("insert into `LOGS` set ")+
|
||||
"`NAME='"+RDEscapeString(logname)+"',"+
|
||||
"`TYPE=0,"+
|
||||
"`NAME`='"+RDEscapeString(logname)+"',"+
|
||||
"`TYPE`=0,"+
|
||||
"`DESCRIPTION`='"+RDEscapeString(edit_description)+"',"+
|
||||
"`ORIGIN_USER`='"+RDEscapeString(rda->user()->name())+"',"+
|
||||
"`ORIGIN_DATETIME`=now(),"+
|
||||
|
Reference in New Issue
Block a user