* 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 270662c07b
commit 11c4dba442
1 changed files with 1 additions and 1 deletions

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