summaryrefslogtreecommitdiff
path: root/include/ejabberd_sql_pt.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ejabberd_sql_pt.hrl')
-rw-r--r--include/ejabberd_sql_pt.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ejabberd_sql_pt.hrl b/include/ejabberd_sql_pt.hrl
index f189fdcf..0048661d 100644
--- a/include/ejabberd_sql_pt.hrl
+++ b/include/ejabberd_sql_pt.hrl
@@ -25,7 +25,7 @@
-define(SQL_UPSERT(Host, Table, Fields),
ejabberd_odbc:sql_query(Host, ?SQL_UPSERT_MARK(Table, Fields))).
-define(SQL_UPSERT_T(Table, Fields),
- ejabberd_odbc:sql_query_t(Host, ?SQL_UPSERT_MARK(Table, Fields))).
+ ejabberd_odbc:sql_query_t(?SQL_UPSERT_MARK(Table, Fields))).
-record(sql_query, {hash, format_query, format_res, args, loc}).