]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- fix 'users' section in webadmin interface
authorshadzik <shadzik@pld-linux.org>
Wed, 16 Jul 2008 18:57:02 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ejabberd-webadmin.patch -> 1.1

ejabberd-webadmin.patch [new file with mode: 0644]

diff --git a/ejabberd-webadmin.patch b/ejabberd-webadmin.patch
new file mode 100644 (file)
index 0000000..5ad21a9
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/web/ejabberd_web_admin.erl     2008-05-20 12:22:03.000000000 +0200
++++ src/web/ejabberd_web_admin.erl-new 2008-07-16 20:54:04.518671250 +0200
+@@ -1385,7 +1385,7 @@
+            lists:map(
+              fun(_SU = {Server, User}) ->
+                      US = {User, Server},
+-                     QueueLen = length(mnesia:dirty_read({offline_msg, US})),
++                     QueueLen = 0,
+                      FQueueLen = [?AC(URLFunc({users_queue, Prefix,
+                                                User, Server}),
+                                       integer_to_list(QueueLen))],
This page took 0.089458 seconds and 4 git commands to generate.