diff --git a/QnetDB.cpp b/QnetDB.cpp index dda2f09..ca3c156 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -111,6 +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("strftime('%s','now')) WHERE callsign='"); sql.append(callsign); sql.append("';");