summaryrefslogtreecommitdiff
path: root/FS/FS/svc_www.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-09-22 21:42:31 +0000
committerivan <ivan>2011-09-22 21:42:31 +0000
commit2413a3d43808ea6567bf25215d810bf102c498fd (patch)
tree5185a24654ef3c819fdadf630a47a48c6b95c455 /FS/FS/svc_www.pm
parent62467552aeac89b995ccecdab1a6044d4f42f3e8 (diff)
random cleanups
Diffstat (limited to 'FS/FS/svc_www.pm')
-rw-r--r--FS/FS/svc_www.pm18
1 files changed, 9 insertions, 9 deletions
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