Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2006-02-12 02:55:21 +0300
committerAlexey Shchepin <alexey@process-one.net>2006-02-12 02:55:21 +0300
commit6eac737807b3046a8a956515519f02afea10526c (patch)
tree2e394582fe2bcf9812008c49e5f2d3faa5dfc53e /src
parentb8e99a3c05399b1b9f86aa5f3abd314ea267d112 (diff)
* src/mod_roster_odbc.erl: Bugfix
SVN Revision: 503
Diffstat (limited to 'src')
-rw-r--r--src/mod_roster_odbc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_roster_odbc.erl b/src/mod_roster_odbc.erl
index 1748d16dc..3e9868396 100644
--- a/src/mod_roster_odbc.erl
+++ b/src/mod_roster_odbc.erl
@@ -156,7 +156,7 @@ get_user_roster(Acc, {LUser, LServer}) ->
(_) ->
[]
end, JIDGroups),
- [item_to_xml(R#roster{groups = Groups})]
+ [R#roster{groups = Groups}]
end
end, Items),
RItems ++ Acc;