mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-27 14:12:34 +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:
parent
32a1efbeac
commit
feb435e7d9
@ -21874,3 +21874,5 @@
|
||||
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Refactored the 'Set Password' dialog so as to pass the password
|
||||
value in the 'RDPasswd::exec()' method.
|
||||
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo in 'RDClock::load()' that threw a SQL error.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user