aboutsummaryrefslogtreecommitdiff
path: root/src/mod_privacy_sql.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2016-10-24 13:42:33 +0200
committerBadlop <badlop@process-one.net>2016-10-24 13:42:33 +0200
commit149cc9654f17c8edfbcd79a2d1973721a70eafe3 (patch)
tree334b692dcf85ea38b2404a55abc4354e5133940d /src/mod_privacy_sql.erl
parentMerge pull request #1349 from prasadvaidya/master (diff)
Append ; to privacy_list_data exporting lines (thanks to Marcio Luciano Donada)
Diffstat (limited to 'src/mod_privacy_sql.erl')
-rw-r--r--src/mod_privacy_sql.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_privacy_sql.erl b/src/mod_privacy_sql.erl
index 6da917e9d..a700db391 100644
--- a/src/mod_privacy_sql.erl
+++ b/src/mod_privacy_sql.erl
@@ -238,7 +238,7 @@ export(Server) ->
"values (%(ID)d, %(SType)s, %(SValue)s, %(SAction)s,"
" %(Order)d, %(MatchAll)b, %(MatchIQ)b,"
" %(MatchMessage)b, %(MatchPresenceIn)b,"
- " %(MatchPresenceOut)b)")
+ " %(MatchPresenceOut)b);")
|| {SType, SValue, SAction, Order,
MatchAll, MatchIQ,
MatchMessage, MatchPresenceIn,