mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-04-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a copy-paste typo in the 'updateRowLine()' method of the following classes: 'RDFeedListModel', 'RDGroupListModel', 'RDLogListModel', 'RDReplicatorListModel', 'RDSchedCodeListModel', 'RDServiceListModel', 'RDUserListModel'. * Removed the 'RDLogImportModel::updateRowLine()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -349,7 +349,7 @@ void RDGroupListModel::updateRowLine(int line)
|
||||
{
|
||||
if(line<d_texts.size()) {
|
||||
QString sql=sqlFields()+
|
||||
"where NAME=\""+RDEscapeString(d_texts.at(line).at(0).toString())+"\"";
|
||||
"where NAME=\""+RDEscapeString(d_texts.at(line).at(line).toString())+"\"";
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
updateRow(line,q);
|
||||
|
Reference in New Issue
Block a user