From: Badlop Date: Mon, 24 Oct 2016 11:42:33 +0000 (+0200) Subject: Append ; to privacy_list_data exporting lines (thanks to Marcio Luciano Donada) X-Git-Tag: 16.12~25^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=149cc9654f17c8edfbcd79a2d1973721a70eafe3;p=ejabberd Append ; to privacy_list_data exporting lines (thanks to Marcio Luciano Donada) --- 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,