X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=1e64568d02ce78effbb100903dedccf251820750;hp=95686a176d80cd6908fc7894781df500a09cfd06;hb=acb6d79920e987e5235c1ebd415a893438844ebd;hpb=0807cc79ae72ca49352a6f1e4d1f0e4cab46fb5b diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 95686a1..1e64568 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.37 2007-08-23 14:29:18 mike Exp $ +%# $Id: edit.mc,v 1.39 2008-10-29 11:04:44 mike Exp $ <%args> $op $id => undef ### should be extracted using utf8param() @@ -72,10 +72,12 @@ if (!defined $id) { print qq[

This host name is not valid.

\n]; undef $update; + sleep 25; } elsif ($port !~ /^\d*$/i) { print qq[

This port number is not valid.

\n]; undef $update; + sleep 25; } else { # Creating new record, all necessary data is present. Check # that the new record is not a duplicate of an existing one.