25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-26 17:38:45 +01:00

* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to

Badlop)

SVN Revision: 777
This commit is contained in:
Alexey Shchepin 2007-05-30 21:15:28 +00:00
parent 5c15f185c2
commit b9e790f637
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-05-31 Alexey Shchepin <alexey@sevcom.net>
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop)
2007-05-29 Mickael Remond <mickael.remond@process-one.net> 2007-05-29 Mickael Remond <mickael.remond@process-one.net>
* src/mod_vcard_odbc.erl: Make service description translatable in * src/mod_vcard_odbc.erl: Make service description translatable in

View File

@ -341,7 +341,7 @@ do_route(ServerHost, From, To, Packet) ->
From, From,
jlib:iq_to_xml(ResIQ)) jlib:iq_to_xml(ResIQ))
end; end;
#iq{type = Type, xmlns = ?NS_DISCO_INFO} -> #iq{type = Type, xmlns = ?NS_DISCO_INFO, lang = Lang} ->
case Type of case Type of
set -> set ->
Err = jlib:make_error_reply( Err = jlib:make_error_reply(