Send ticket change notifications even if status doesn't change
[bpt/portal.git] / cert.mlt
index 33cc148..0206458 100644 (file)
--- a/cert.mlt
+++ b/cert.mlt
@@ -109,10 +109,8 @@ elseif $"mod" <> "" then
        val oldStatus = #status req;
        val newStatus = Cert.statusFromInt (Web.stoi ($"status"));
        Cert.modify {req with data = $"req", msg = $"msg", status = newStatus};
-       if oldStatus <> newStatus then
-               if not (Cert.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then
-                       %><h3>Error sending e-mail notification</h3><%
-               end
+       if not (Cert.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then
+               %><h3>Error sending e-mail notification</h3><%
        end
        %><h3>Request modified</h3>
        Back to: <a href="?cmd=open">open requests</a>, <a href="?cmd=list">all requests</a>