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:
7bd5c74
)
$locale ist in einem anderen Namensraum.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 Feb 2008 11:20:04 +0000
(11:20 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 Feb 2008 11:20:04 +0000
(11:20 +0000)
SL/Template/Plugin/LxERP.pm
patch
|
blob
|
history
diff --git
a/SL/Template/Plugin/LxERP.pm
b/SL/Template/Plugin/LxERP.pm
index
accdae0
..
1bd03da
100644
(file)
--- a/
SL/Template/Plugin/LxERP.pm
+++ b/
SL/Template/Plugin/LxERP.pm
@@
-62,7
+62,7
@@
sub _turn90_word {
my $self = shift;
my $word = shift || "";
- return join '<br>', map { $locale->quote_special_chars('HTML', $_) } split(m//, $word);
+ return join '<br>', map { $
main::
locale->quote_special_chars('HTML', $_) } split(m//, $word);
}
sub turn90 {