aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2008-02-03 23:17:39 +0000
committerAlexey Shchepin <alexey@process-one.net>2008-02-03 23:17:39 +0000
commit24a7d86577c9c4e8617c1c68e0ff98f30b84bc76 (patch)
treee30b88c33e24b6c0506407c0ce472b493202ec3d /src
parent* src/mod_pubsub/nodetree_virtual.erl: Fixed error report at startup. (diff)
* src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco room
descriptions when a number of occupants is not available SVN Revision: 1171
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index ec0d271d1..90c70780a 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -675,7 +675,7 @@ handle_sync_event({get_disco_item, JID, Lang}, _From, StateName, StateData) ->
StateData#state.users),
" (" ++ Desc ++ integer_to_list(Len) ++ ")";
_ ->
- ""
+ " (n/a)"
end,
Reply = case ((StateData#state.config)#config.public == true) orelse
(FRole /= none) orelse