summaryrefslogtreecommitdiff
path: root/FS/FS/svc_domain.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-05-22 16:43:28 +0000
committerivan <ivan>2001-05-22 16:43:28 +0000
commit7d5a4fc43bd26705c3f4613b05bea6141864c9a9 (patch)
treebc4b1e565a53b0e0a72ffcf254aa1ec133871083 /FS/FS/svc_domain.pm
parent09a19f9ad1cc89c96b672e1f17af1099f7b3e2a1 (diff)
oops, s/mx/MX/ noticed by "Shane Chrisp" <shane@2000cn.com.au>, thanks!
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 a70c1a3..c533ee8 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -215,7 +215,7 @@ sub insert {
'svcnum' => $self->svcnum,
'reczone' => '@',
'recaf' => 'IN',
- 'rectype' => 'mx',
+ 'rectype' => 'MX',
'recdata' => $mxmachine,
};
my $error = $mx->insert;
@@ -478,7 +478,7 @@ sub submit_internic {
=head1 VERSION
-$Id: svc_domain.pm,v 1.10 2001-04-22 01:56:15 ivan Exp $
+$Id: svc_domain.pm,v 1.11 2001-05-22 16:43:28 ivan Exp $
=head1 BUGS