X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/5067126dbff556999be5531b8cacbc3f8cb4801b..8812fb4d3cc8fa45e8fd67fd77317a76a2bdd888:/list.mlt diff --git a/list.mlt b/list.mlt index 45ec388..e57467f 100644 --- a/list.mlt +++ b/list.mlt @@ -87,10 +87,8 @@ elseif $"mod" <> "" then val oldStatus = #status req; val newStatus = MailingList.statusFromInt (Web.stoi ($"status")); MailingList.modify {req with data = $"dom", msg = $"msg", status = newStatus}; - if oldStatus <> newStatus then - if not (MailingList.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then - %>

Error sending e-mail notification

<% - end + if not (MailingList.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then + %>

Error sending e-mail notification

<% end %>

Request modified

Back to: open requests, all requests