From 6e5656aabda0a85de9e9573711eb493cdb0d6ca7 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 18:50:39 -0700 Subject: [PATCH] changes to CQnetDB::Update() --- QnetDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetDB.cpp b/QnetDB.cpp index 329768f..7e17431 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -53,7 +53,7 @@ bool CQnetDB::Update(const char *mycall, const char *sfx, const char *urcall) { if (NULL == db) return false; - std::string sql = "REPLACE INTO LHEARD (mycall,sfx,urcall,module,gateway,lasttime) VALUES ('"; + std::string sql = "REPLACE INTO LHEARD (mycall,sfx,urcall,lasttime) VALUES ('"; sql.append(mycall); sql.append("','"); sql.append(sfx);