From f30142e0cbe7ff6dc4339682f66da72cb5fd9428 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Thu, 14 Mar 2019 20:15:52 +0200 Subject: Replace form_query with fq --- src/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edit.c') diff --git a/src/edit.c b/src/edit.c index e1c933a..395c8fb 100644 --- a/src/edit.c +++ b/src/edit.c @@ -59,7 +59,7 @@ static int edit_get_config(DB *db, const char *pName, char *ret, const char *cNa strcat(condition, COL_PROGRAM_ID); char sql[STR_L] = ""; - dbh_form_query_select_from_joined_eq(sql, selection, condition); + dbh_fq_select_from_joined_eq(sql, selection, condition); rc = sqlite3_prepare_v2(db->ptr, sql, -1, &stmt, 0); sqlite3_bind_int(stmt, 1, pid); -- cgit v1.2.3