Certificate requests
[hcoop/zz_old/portal.git] / ip.mlt
diff --git a/ip.mlt b/ip.mlt
index b34929f..edbad91 100644 (file)
--- a/ip.mlt
+++ b/ip.mlt
@@ -14,7 +14,7 @@ if $"new" <> "" then
        <a href="ip?node=<% nodeNum %>&req=<% port %>&msg=<% Web.urlEncode msg %>">Yes, I want to request that.</a>
 
 <% elseif $"req" <> "" then
-       val id = Ip.add {usr = Init.getUserId(), node = nodeNum, data = $"req", msg = $"msg"};
+       val id = Ip.add {usr = Init.getUserId (), node = nodeNum, data = $"req", msg = $"msg"};
        if not (Ip.notifyNew id) then
                %><h3>Error sending e-mail notification</h3><%
        end