mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-07-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_LINES' table to the database. * Incremented the database version to 288. * Removed the 'RDLog::tableName()' method.
This commit is contained in:
@@ -124,7 +124,7 @@ void MainWidget::RunLocalMacros(RDMacro *rml)
|
||||
}
|
||||
return;
|
||||
}
|
||||
air_log[rml->arg(0).toInt()-1]->setLogName(RDLog::tableName(logname));
|
||||
air_log[rml->arg(0).toInt()-1]->setLogName(logname);
|
||||
air_log[rml->arg(0).toInt()-1]->load();
|
||||
}
|
||||
if(rml->argQuantity()==3) { // Start Log
|
||||
|
||||
Reference in New Issue
Block a user