mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* trunk/src/odbc/ejabberd_odbc.erl: Fix typo (EJABS-859) (EJAB-940) (CR-EJAB-10)
* branches/road-to-exmpp/src/odbc/ejabberd_odbc.erl: Likewise. SVN Revision: 2095
This commit is contained in:
parent
8be73967fd
commit
b6b4b0cdf9
@ -71,7 +71,7 @@ start_link(Host, StartInterval) ->
|
||||
|
||||
sql_query(Host, Query) ->
|
||||
Msg = {sql_query, Query},
|
||||
sql_call(Host, Msg,).
|
||||
sql_call(Host, Msg).
|
||||
|
||||
%% SQL transaction based on a list of queries
|
||||
%% This function automatically
|
||||
|
Loading…
Reference in New Issue
Block a user