X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/6b8b767b19126e3dae16613dff8b15604763ac5d..a0399d9eb81953e028a4a2a04f3ccecfe6ac087b:/domain.mlt diff --git a/domain.mlt b/domain.mlt index 3b53b62..c426e46 100644 --- a/domain.mlt +++ b/domain.mlt @@ -91,10 +91,8 @@ elseif $"mod" <> "" then val oldStatus = #status req; val newStatus = Domain.statusFromInt (Web.stoi ($"status")); Domain.modify {req with data = $"dom", msg = $"msg", status = newStatus}; - if oldStatus <> newStatus then - if not (Domain.notifyMod (oldStatus, newStatus, Init.getUserName(), id)) then - %>

Error sending e-mail notification

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

Error sending e-mail notification

<% end %>

Request modified

Back to: open requests, all requests @@ -122,12 +120,23 @@ Enter the full Internet domain name that you own and would like set up here. We
- +
Domain:
Domain:
Reason:
+

Your current domains

+ +

To remove any domain you control, you can run domtool-admin +rmdom $DOMAIN.

+ + + <% end %> <% @footer[] %> \ No newline at end of file