summaryrefslogtreecommitdiff
path: root/FS/FS/svc_domain.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-06-10 02:52:48 +0000
committerivan <ivan>2002-06-10 02:52:48 +0000
commitbdcc6cb95cadf46e4b71e3967de41ccd35f2f047 (patch)
treedf4d11ebcd8a8d2d52a68983999d401b49caa4a6 /FS/FS/svc_domain.pm
parentf6fcf4327c0d5efe31ce3717ba1dae5099eb50cd (diff)
re-my'ed var
Diffstat (limited to 'FS/FS/svc_domain.pm')
-rw-r--r--FS/FS/svc_domain.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm
index fd57713..b06d030 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -294,7 +294,6 @@ returns the error, otherwise returns false.
sub replace {
my ( $new, $old ) = ( shift, shift );
- my $error;
return "Can't change domain - reorder."
if $old->getfield('domain') ne $new->getfield('domain');
@@ -451,7 +450,7 @@ sub submit_internic {
=head1 VERSION
-$Id: svc_domain.pm,v 1.30 2002-05-31 00:18:57 khoff Exp $
+$Id: svc_domain.pm,v 1.31 2002-06-10 02:52:48 ivan Exp $
=head1 BUGS