* src/ejd2odbc.erl: Updated

SVN Revision: 411
This commit is contained in:
Alexey Shchepin 2005-09-10 18:03:48 +00:00
parent d630180717
commit c7e04260f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%%%----------------------------------------------------------------------
%%% File : ejd2odbc.erl
%%% Author : Alexey Shchepin <alexey@sevcom.net>
%%% Purpose : Import of jabberd1.4 user spool file
%%% Purpose : Export some mnesia tables to SQL DB
%%% Created : 22 Aug 2005 by Alexey Shchepin <alexey@sevcom.net>
%%% Id : $Id$
%%%----------------------------------------------------------------------
@ -165,7 +165,7 @@ output(LServer, IO, SQL) ->
odbc ->
catch ejabberd_odbc:sql_query(LServer, SQL);
_ ->
file:write(IO, [SQL, $\n])
file:write(IO, [SQL, $;, $\n])
end.
record_to_string(#roster{usj = {User, Server, JID},