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:
346e542
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 31 Jan 2008 15:12:02 +0000
(15:12 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 31 Jan 2008 15:12:02 +0000
(15:12 +0000)
SL/Locale.pm
patch
|
blob
|
history
diff --git
a/SL/Locale.pm
b/SL/Locale.pm
index
c182117
..
2b662bf
100644
(file)
--- a/
SL/Locale.pm
+++ b/
SL/Locale.pm
@@
-185,8
+185,6
@@
sub _read_special_chars_file {
$scmap->{order} = [ map { $self->_handle_markup($_) } split m/\s+/, $order ];
$self->{special_chars_map}->{"${format}-reverse"}->{order} = [ grep { $_ } map { $scmap->{$_} } reverse @{ $scmap->{order} } ];
}
-
- $main::lxdebug->dump(0, "scm", $self->{special_chars_map});
}
sub text {