]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Ältere Versionen von YAML unterstützen die Funktion Indent() nicht.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000 (07:32 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000 (07:32 +0000)
bin/mozilla/common.pl

index 1c4719aaf82eba1c5a20904f9e607621709cfa51..97391b2a9e2f7af31d3dda8bcac10ce6c62bfb91 100644 (file)
@@ -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;