mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDLog::create()' that threw SQL errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21627,3 +21627,5 @@
|
||||
rd.conf(5).
|
||||
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a note on Apache configuration on Ubuntu to 'INSTALL'.
|
||||
2021-04-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDLog::create()' that threw SQL errors.
|
||||
|
@@ -545,8 +545,8 @@ bool RDLog::create(const QString &name,const QString &svc_name,
|
||||
}
|
||||
delete q;
|
||||
sql=QString("insert into `LOGS` set ")+
|
||||
"`NAME=\""+RDEscapeString(name)+"\","+
|
||||
"`TYPE=0,"+
|
||||
"`NAME`=\""+RDEscapeString(name)+"\","+
|
||||
"`TYPE`=0,"+
|
||||
"`DESCRIPTION`='"+RDEscapeString(name)+" log ',"+
|
||||
"`ORIGIN_USER`='"+RDEscapeString(user_name)+"',"+
|
||||
"`ORIGIN_DATETIME`=now(),"+
|
||||
|
Reference in New Issue
Block a user