-%# $Id: edit.mc,v 1.37 2007-08-23 14:29:18 mike Exp $
+%# $Id: edit.mc,v 1.38 2008-10-08 14:50:54 mike Exp $
<%args>
$op
$id => undef ### should be extracted using utf8param()
print qq[<p class="error">
This host name is not valid.</p>\n];
undef $update;
+ sleep 5;
} elsif ($port !~ /^\d*$/i) {
print qq[<p class="error">
This port number is not valid.</p>\n];
undef $update;
+ sleep 5;
} else {
# Creating new record, all necessary data is present. Check
# that the new record is not a duplicate of an existing one.