aboutsummaryrefslogtreecommitdiff
path: root/src/node_pep_odbc.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_pep_odbc.erl')
-rw-r--r--src/node_pep_odbc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_pep_odbc.erl b/src/node_pep_odbc.erl
index d997d9ce1..df820437d 100644
--- a/src/node_pep_odbc.erl
+++ b/src/node_pep_odbc.erl
@@ -303,7 +303,7 @@ get_entity_subscriptions(_Host, Owner) ->
[<<"host">>, <<"node">>, <<"type">>, <<"nodeid">>,
<<"jid">>, <<"subscriptions">>],
RItems} ->
- lists:map(fun ({H, N, T, I, J, S}) ->
+ lists:map(fun ([H, N, T, I, J, S]) ->
O = node_hometree_odbc:decode_jid(H),
Node = nodetree_tree_odbc:raw_to_node(O,
{N,
@@ -351,7 +351,7 @@ get_entity_subscriptions_for_send_last(_Host, Owner) ->
[<<"host">>, <<"node">>, <<"type">>, <<"nodeid">>,
<<"jid">>, <<"subscriptions">>],
RItems} ->
- lists:map(fun ({H, N, T, I, J, S}) ->
+ lists:map(fun ([H, N, T, I, J, S]) ->
O = node_hometree_odbc:decode_jid(H),
Node = nodetree_tree_odbc:raw_to_node(O,
{N,