summaryrefslogtreecommitdiff
path: root/FS/FS/svc_domain.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-06-03 17:22:52 +0000
committerivan <ivan>2001-06-03 17:22:52 +0000
commite006c6e8ce11b3db53d5cd88b81092bf727f3080 (patch)
tree142a3d94fdaa8b6b6a72be07e04670c24710240a /FS/FS/svc_domain.pm
parentdcea7c60c75544055ee1add9fcd70d0af6863c47 (diff)
SOA serial number problem with Date::Format %e: no leading zero
Diffstat (limited to 'FS/FS/svc_domain.pm')
-rw-r--r--FS/FS/svc_domain.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm
index c533ee8..01aa21a 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -186,7 +186,7 @@ sub insert {
'reczone' => '@',
'recaf' => 'IN',
'rectype' => 'SOA',
- 'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%e", time). "00 ".
+ 'recdata' => "$soamachine $soaemail ( ". time2str("%Y%m%d", time). "00 ".
"$soarefresh $soaretry $soaexpire $soadefaultttl )"
};
$error = $soa->insert;
@@ -478,7 +478,7 @@ sub submit_internic {
=head1 VERSION
-$Id: svc_domain.pm,v 1.11 2001-05-22 16:43:28 ivan Exp $
+$Id: svc_domain.pm,v 1.12 2001-06-03 17:22:52 ivan Exp $
=head1 BUGS