From ab9ac621387d6396eb0a4d4feb80d66cbb52d124 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 2 Nov 2012 13:21:50 +0100 Subject: Fix and document persistent_history MUC option (EJABS-1865) --- src/mod_muc/mod_muc_room.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index 77142ee67..b7d11b107 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -931,8 +931,8 @@ load_history(Host, Room, true, Queue) -> ejabberd_odbc:escape(Room)) of {selected, - [<<"nick">>, <<"packet">>, <<"have_subject">>, - <<"timestamp">>, <<"size">>], + ["nick", "packet", "have_subject", + "timestamp", "size"], Items} -> ?DEBUG("Found ~p messages on history for ~s", [length(Items), Room]), -- cgit v1.2.3