projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf0b16
)
API-Änderungen im YAML-Modul. Diese Version ist sowohl mit älteren Versionen (z.B...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Feb 2007 12:15:55 +0000
(12:15 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Feb 2007 12:15:55 +0000
(12:15 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
97391b2
..
ff5cc75
100644
(file)
--- a/
bin/mozilla/common.pl
+++ b/
bin/mozilla/common.pl
@@
-17,8
+17,7
@@
use SL::Common;
sub save_form {
$lxdebug->enter_sub();
- my $yaml = new YAML;
- my $old_form = $yaml->dump($form);
+ my $old_form = YAML::Dump($form);
$old_form =~ s|!|!!|g;
$old_form =~ s|\n|!n|g;
$old_form =~ s|\r|!r|g;