X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_www.pm;h=19f27006390491b215ca0d897ab51763b0303801;hb=54a357b171aa44f9399b4c146acd2afd3b686075;hp=7e02d818a97b41b19eb6fe6a98ef53ca9753ca48;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm index 7e02d818a..19f270063 100644 --- a/FS/FS/svc_www.pm +++ b/FS/FS/svc_www.pm @@ -163,15 +163,15 @@ returns the error, otherwise returns false. =cut -sub replace { - my ( $new, $old ) = ( shift, shift ); - my $error; - - $error = $new->SUPER::replace($old, @_); - return $error if $error; - - ''; -} +#sub replace { +# my ( $new, $old ) = ( shift, shift ); +# my $error; +# +# $error = $new->SUPER::replace($old, @_); +# return $error if $error; +# +# ''; +#} =item suspend