all repos — honk @ 4ca86dfac2c0f16b06b955d69b22e0ab2d0c87d8

my fork of honk

should have been sub
Ted Unangst tedu@tedunangst.com
Sun, 06 Oct 2019 21:50:56 -0400
commit

4ca86dfac2c0f16b06b955d69b22e0ab2d0c87d8

parent

d5807b9bb0ddea89d7d138ac78f13b9ce7c93227

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M web.goweb.go

@@ -1182,7 +1182,7 @@ if honkerid > 0 {

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 {