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:
14817fd
)
DateTime-Helfer: 'goto' heißt das Keyword, nicht 'gofrom'
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Jan 2013 10:06:41 +0000
(11:06 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 23 Jan 2013 10:06:54 +0000
(11:06 +0100)
mosu vs "search & replace" -- 0:1
SL/Helper/DateTime.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/DateTime.pm
b/SL/Helper/DateTime.pm
index
1d0b38a
..
b72207f
100644
(file)
--- a/
SL/Helper/DateTime.pm
+++ b/
SL/Helper/DateTime.pm
@@
-27,7
+27,7
@@
sub from_kivitendo {
sub from_lxoffice {
# Legacy name.
- go
from
&from_kivitendo;
+ go
to
&from_kivitendo;
}
1;