mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 22:52:37 +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>
|
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Refactored the 'Set Password' dialog so as to pass the password
|
* Refactored the 'Set Password' dialog so as to pass the password
|
||||||
value in the 'RDPasswd::exec()' method.
|
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
|
"`ARTISTSEP`,"+ // 02
|
||||||
"`REMARKS` "+ // 03
|
"`REMARKS` "+ // 03
|
||||||
"from `CLOCKS` where "+
|
"from `CLOCKS` where "+
|
||||||
"`NAME`='"+RDEscapeString(clock_name)+"i";
|
"`NAME`='"+RDEscapeString(clock_name)+"'";
|
||||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||||
if(!q->first()) {
|
if(!q->first()) {
|
||||||
delete q;
|
delete q;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user