From: ivan Date: Tue, 22 May 2001 16:43:28 +0000 (+0000) Subject: oops, s/mx/MX/ noticed by "Shane Chrisp" , thanks! X-Git-Tag: Root-of-freeside_vpopmail_support~22 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7d5a4fc43bd26705c3f4613b05bea6141864c9a9 oops, s/mx/MX/ noticed by "Shane Chrisp" , thanks! --- diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index a70c1a340..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.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