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:
7a80b1c
)
Zu Compilezeit keine Warnung in DBConnect werfen weil datestyle ungesetzt ist
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 20 Jun 2013 16:49:32 +0000
(18:49 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:30 +0000
(14:22 +0200)
SL/DBConnect.pm
patch
|
blob
|
history
diff --git
a/SL/DBConnect.pm
b/SL/DBConnect.pm
index
7d3ea41
..
9142f1c
100644
(file)
--- a/
SL/DBConnect.pm
+++ b/
SL/DBConnect.pm
@@
-44,7
+44,7
@@
sub connect {
sub get_datestyle {
my ($self, $dateformat) = @_;
- return $dateformat_to_datestyle{ $dateformat || $::myconfig{dateformat} };
+ return $dateformat_to_datestyle{ $dateformat || $::myconfig{dateformat}
// ''
};
}
sub get_initial_sql {