aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_odbc.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-15 12:02:00 +0000
committerBadlop <badlop@process-one.net>2007-12-15 12:02:00 +0000
commit090fceebc29d5a78fc007c82f7c642c6983a111c (patch)
tree02af1f55dae5a98f0c8dcc1bde4eddb5fc17f59a /src/mod_vcard_odbc.erl
parent* src/msgs/*: Unified file format: First line is SVN Id (diff)
* src/mod_irc/mod_irc.erl: No need to translate copyright notice
* src/mod_muc/mod_muc.erl: Likewise * src/mod_proxy65/mod_proxy65_service.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_vcard.erl: Likewise * src/mod_vcard_ldap.erl: Likewise * src/mod_vcard_odbc.erl: Likewise * src/msgs/*.msg: Likewise * contrib/extract_translations/prepare-translation.sh: Bugfix SVN Revision: 1071
Diffstat (limited to 'src/mod_vcard_odbc.erl')
-rw-r--r--src/mod_vcard_odbc.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mod_vcard_odbc.erl b/src/mod_vcard_odbc.erl
index d0f2b1218..d5fc9eaaa 100644
--- a/src/mod_vcard_odbc.erl
+++ b/src/mod_vcard_odbc.erl
@@ -107,8 +107,8 @@ process_local_iq(_From, _To, #iq{type = Type, lang = Lang, sub_el = SubEl} = IQ)
[{xmlcdata,
translate:translate(
Lang,
- "Erlang Jabber Server\n"
- "Copyright (c) 2002-2007 Alexey Shchepin")}]},
+ "Erlang Jabber Server") ++
+ "\nCopyright (c) 2002-2007 Alexey Shchepin"}]},
{xmlelement, "BDAY", [],
[{xmlcdata, "2002-11-16"}]}
]}]}
@@ -408,8 +408,8 @@ iq_get_vcard(Lang) ->
{xmlelement, "DESC", [],
[{xmlcdata, translate:translate(
Lang,
- "ejabberd vCard module\n"
- "Copyright (c) 2003-2007 Alexey Shchepin")}]}].
+ "ejabberd vCard module") ++
+ "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
find_xdata_el({xmlelement, _Name, _Attrs, SubEls}) ->
find_xdata_el1(SubEls).