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:
12c628c
)
%myconfig ist ein Hash.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 13 Apr 2007 08:51:05 +0000
(08:51 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 13 Apr 2007 08:51:05 +0000
(08:51 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
74e7ff2
..
ecc4c57
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-446,7
+446,7
@@
sub parse_html_template {
my ($self, $file, $additional_params) = @_;
my $language;
- if (!defined(
$
main::myconfig) || !defined($main::myconfig{"countrycode"})) {
+ if (!defined(
%
main::myconfig) || !defined($main::myconfig{"countrycode"})) {
$language = $main::language;
} else {
$language = $main::myconfig{"countrycode"};