Commit ff28b00ddc37f325a64fe93dcef4822d763d8c80

Authored by Edmar Moretti
1 parent 2e07b2de
Exists in master

--no commit message

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -136,9 +136,9 @@ if($format == "storymap"){ @@ -136,9 +136,9 @@ if($format == "storymap"){
136 echo "Parametros nao definidos no METADATA storymap"; 136 echo "Parametros nao definidos no METADATA storymap";
137 exit; 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 $coltexto = $storymap["coltexto"]; 142 $coltexto = $storymap["coltexto"];
143 $colcabecalho = $storymap["colcabecalho"]; 143 $colcabecalho = $storymap["colcabecalho"];
144 $collocal = $storymap["collocal"]; 144 $collocal = $storymap["collocal"];