From 2413a3d43808ea6567bf25215d810bf102c498fd Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 22 Sep 2011 21:42:31 +0000 Subject: random cleanups --- FS/FS/svc_www.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'FS/FS/svc_www.pm') diff --git a/FS/FS/svc_www.pm b/FS/FS/svc_www.pm index 7e02d81..19f2700 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 -- cgit v1.1