diff options
author | Alexey Shchepin <alexey@process-one.net> | 2007-05-30 21:15:28 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2007-05-30 21:15:28 +0000 |
commit | b9e790f637e411d15aebaeca224687e1cc1473d5 (patch) | |
tree | dbe2e92b31e5b847319dc53d7dd75dfec2762505 | |
parent | * src/mod_vcard_odbc.erl: Make service description translatable in discovery ... (diff) |
* src/mod_vcard_odbc.erl: Fix for previous commit (thanks to
Badlop)
SVN Revision: 777
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/mod_vcard_odbc.erl | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/src/mod_vcard_odbc.erl b/src/mod_vcard_odbc.erl index e15ea38c1..4eaa8926e 100644 --- a/src/mod_vcard_odbc.erl +++ b/src/mod_vcard_odbc.erl @@ -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( |