diff options
author | friendica <info@friendica.com> | 2013-08-06 03:29:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-06 03:29:57 -0700 |
commit | 71347bb9e0c5daca206b0ea32812874e165b7b63 (patch) | |
tree | 7985aedbba169de0bc307110eb24c23638e475a8 /version.inc | |
parent | 576b815f9b40997e45cd87f3e8e2f373afca1f11 (diff) | |
download | volse-hubzilla-71347bb9e0c5daca206b0ea32812874e165b7b63.tar.gz volse-hubzilla-71347bb9e0c5daca206b0ea32812874e165b7b63.tar.bz2 volse-hubzilla-71347bb9e0c5daca206b0ea32812874e165b7b63.zip |
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 4c8f44e38..33795d3f2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-08-05.396 +2013-08-06.397 |