Commit 1595ef67641601ece88a03cd99c2caabb5acb662

Authored by Edmar Moretti
1 parent 8ace316d

correcao no cache de imagens

Showing 2 changed files with 3 additions and 0 deletions   Show diff stats
aplicmap/.map 100644 → 100755
classesphp/pega_variaveis.php
... ... @@ -114,5 +114,8 @@ if (isset($_POST))
114 114 }
115 115 }
116 116 }
  117 +if(isset($id_medida_variavel)){
  118 + $id_medida_variavel = $id_medida_variavel * 1;
  119 +}
117 120 //echo $exps;exit;
118 121 ?>
119 122 \ No newline at end of file
... ...