aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl4
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]),