mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'RDClock::load()' that threw a SQL error. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -138,7 +138,7 @@ bool RDClock::load()
|
||||
"`ARTISTSEP`,"+ // 02
|
||||
"`REMARKS` "+ // 03
|
||||
"from `CLOCKS` where "+
|
||||
"`NAME`='"+RDEscapeString(clock_name)+"i";
|
||||
"`NAME`='"+RDEscapeString(clock_name)+"'";
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
if(!q->first()) {
|
||||
delete q;
|
||||
|
Reference in New Issue
Block a user