This commit is contained in:
Florian Dold 2017-02-07 16:19:04 +01:00
parent 61a19b4b4b
commit f8d11fc10f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -951,7 +951,7 @@ postgres_prepare (PGconn *db_conn)
",wire" ",wire"
") VALUES " ") VALUES "
"($1, $2, $3, $4, $5, $6, $7, $8, $9, $10," "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
" $11, $12, $12);", " $11, $12);",
12, NULL); 12, NULL);
/* Used in #postgres_insert_refund() to store refund information */ /* Used in #postgres_insert_refund() to store refund information */