From: Moritz Bunkus Date: Thu, 22 Feb 2007 07:32:21 +0000 (+0000) Subject: Ältere Versionen von YAML unterstützen die Funktion Indent() nicht. X-Git-Tag: release-2.4.2~11 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2cf0b165a479c86d378e795ca5d0745a901f422f;p=kivitendo-erp.git Ältere Versionen von YAML unterstützen die Funktion Indent() nicht. --- diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 1c4719aaf..97391b2a9 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -18,7 +18,6 @@ sub save_form { $lxdebug->enter_sub(); my $yaml = new YAML; - $yaml->Indent(1); my $old_form = $yaml->dump($form); $old_form =~ s|!|!!|g; $old_form =~ s|\n|!n|g;