diff options
author | Badlop <badlop@process-one.net> | 2012-11-02 13:21:50 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2012-11-02 13:21:50 +0100 |
commit | ab9ac621387d6396eb0a4d4feb80d66cbb52d124 (patch) | |
tree | 954ac2a76550c3b13d6c0b62eee018fb5be5365b /src | |
parent | Document mod_admin_p1 module (diff) |
Fix and document persistent_history MUC option (EJABS-1865)
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_muc/mod_muc_room.erl | 4 |
1 files changed, 2 insertions, 2 deletions
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]), |