X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=c533ee8705568fdfc3a4ece917b7da2cff1c3f51;hb=7d5a4fc43bd26705c3f4613b05bea6141864c9a9;hp=08bcc246efd1459064ab1dc4bd71acf0e18d1088;hpb=35b2311e5702c32381a662b8172354603ea9ed1d;p=freeside.git diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 08bcc246e..c533ee870 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.9 2001-04-22 01:38:39 ivan Exp $ +$Id: svc_domain.pm,v 1.11 2001-05-22 16:43:28 ivan Exp $ =head1 BUGS @@ -495,7 +495,7 @@ The $recref stuff in sub check should be cleaned up. =head1 SEE ALSO L, L, L, L, -L, L, L, L, L, +L, L, L, L, L, schema.html from the base documentation, config.html from the base documentation.