mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 16:15:51 +01:00
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed typo in 'lib/export_radiotraffic.cpp' that caused SQL errors. * Fixed typo in 'lib/rdlog_line.cpp' that caused SQL errors. * Fixed typo in 'lib/rdlogmodel.cpp' that caused SQL errors. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -63,7 +63,7 @@ bool RDReport::ExportRadioTraffic(const QString &filename,
|
||||
air_fmt=QString().sprintf("%%%-uu ",cartDigits());
|
||||
}
|
||||
sql=QString("select ")+
|
||||
"`ELR_LINES`.`LENGTH,"+ // 00
|
||||
"`ELR_LINES`.`LENGTH`,"+ // 00
|
||||
"`ELR_LINES`.`CART_NUMBER`,"+ // 01
|
||||
"`ELR_LINES`.`EVENT_DATETIME`,"+ // 02
|
||||
"`ELR_LINES`.`EVENT_TYPE`,"+ // 03
|
||||
|
||||
Reference in New Issue
Block a user