diff --git a/QnetDB.cpp b/QnetDB.cpp index ca3c156..a78989f 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -111,7 +111,7 @@ bool CQnetDB::UpdateLH(const char *callsign, const char *sfx, const char module, sql.append(1, module); sql.append("','"); sql.append(reflector); - sql.append("',") + sql.append("',"); sql.append("strftime('%s','now')) WHERE callsign='"); sql.append(callsign); sql.append("';");