24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02: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:
Mickaël Rémond 2009-05-21 16:43:33 +00:00
parent 8be73967fd
commit b6b4b0cdf9

View File

@ -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