Commit a53a0721fc83b83f98b5cfd6f61003a91fb0b2ec

Authored by Edmar Moretti
1 parent b5d6e71a

--no commit message

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
json.php
... ... @@ -136,9 +136,9 @@ if($format == "storymap"){
136 136 echo "Parametros nao definidos no METADATA storymap";
137 137 exit;
138 138 }
139   - $storymap = json_decode($storymap,true);
140   - $cabecalho = converteenc($storymap["cabecalho"]);
141   - $texto = converteenc($storymap["texto"]);
  139 + $storymap = json_decode(converteenc($storymap),true);
  140 + $cabecalho = ($storymap["cabecalho"]);
  141 + $texto = ($storymap["texto"]);
142 142 $coltexto = $storymap["coltexto"];
143 143 $colcabecalho = $storymap["colcabecalho"];
144 144 $collocal = $storymap["collocal"];
... ...