mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-10 16:58:46 +01:00
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop) SVN Revision: 777
This commit is contained in:
parent
5c15f185c2
commit
b9e790f637
@ -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>
|
||||
|
||||
* src/mod_vcard_odbc.erl: Make service description translatable in
|
||||
|
@ -341,7 +341,7 @@ do_route(ServerHost, From, To, Packet) ->
|
||||
From,
|
||||
jlib:iq_to_xml(ResIQ))
|
||||
end;
|
||||
#iq{type = Type, xmlns = ?NS_DISCO_INFO} ->
|
||||
#iq{type = Type, xmlns = ?NS_DISCO_INFO, lang = Lang} ->
|
||||
case Type of
|
||||
set ->
|
||||
Err = jlib:make_error_reply(
|
||||
|
Loading…
Reference in New Issue
Block a user