changes to CQnetDB::Update()

pull/14/head
Tom Early 6 years ago
parent c94eb9fc63
commit 6e5656aabd

@ -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);

Loading…
Cancel
Save

Powered by TurnKey Linux.