From 2b01dc893563c369f3cb8726fa5b92fc55495f14 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 6 Oct 2019 21:50:56 -0400 Subject: [PATCH] should have been sub --- web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.go b/web.go index 9469186..c788a42 100644 --- a/web.go +++ b/web.go @@ -1182,7 +1182,7 @@ func submithonker(w http.ResponseWriter, r *http.Request) { goodbye := r.FormValue("goodbye") if goodbye == "F" { db := opendatabase() - row := db.QueryRow("select xid from honkers where honkerid = ? and userid = ? and flavor in ('dub')", + row := db.QueryRow("select xid from honkers where honkerid = ? and userid = ? and flavor in ('sub')", honkerid, u.UserID) err := row.Scan(&url) if err != nil {