forgot a question mark character in a sql query
This commit is contained in:
parent
cc712cb8ff
commit
ce9480ab57
|
@ -787,7 +787,7 @@ def sendMessage(sender="", recv="", broadcast=None, subject="", body="", reply=F
|
||||||
recv = BROADCAST_STR
|
recv = BROADCAST_STR
|
||||||
ripe = ""
|
ripe = ""
|
||||||
sqlExecute(
|
sqlExecute(
|
||||||
"INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
|
"INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)",
|
||||||
"",
|
"",
|
||||||
recv,
|
recv,
|
||||||
ripe,
|
ripe,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user