aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2007-06-12 16:44:15 +0000
committerAlexey Shchepin <alexey@process-one.net>2007-06-12 16:44:15 +0000
commit697566476f7891f64e060647b49c2af94f5bd015 (patch)
tree63a4a9c4c4f4a2095d3934a23312130ce5df4b55 /src
parent* src/web/ejabberd_web_admin.erl: Show IP address of connected (diff)
* src/mod_roster_odbc.erl: Fixed typo
SVN Revision: 782
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 ff076dc5c..b9ffc9661 100644
--- a/src/mod_roster_odbc.erl
+++ b/src/mod_roster_odbc.erl
@@ -748,7 +748,7 @@ get_jid_info(_, User, Server, JID) ->
"F" -> from;
_ -> none
end,
- Groups = case catch odbc_queries:get_roster_group_by_jid(LServer, Username, SJID) of
+ Groups = case catch odbc_queries:get_rostergroup_by_jid(LServer, Username, SJID) of
{selected, ["grp"], JGrps} when is_list(JGrps) ->
[JGrp || {JGrp} <- JGrps];
_ ->