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:
7459b01
)
JSON::from_json nicht auf decode mappen
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Jun 2016 16:18:20 +0000
(18:18 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Jun 2016 16:18:20 +0000
(18:18 +0200)
SL/JSON.pm
patch
|
blob
|
history
diff --git
a/SL/JSON.pm
b/SL/JSON.pm
index
6602b39
..
a09ef45
100644
(file)
--- a/
SL/JSON.pm
+++ b/
SL/JSON.pm
@@
-28,7
+28,7
@@
sub to_json {
}
sub from_json {
- goto &JSON::
decode
_json;
+ goto &JSON::
from
_json;
}
1;