Commit ff25289cc206a0311c63592adde0b92fc8d59f33

Authored by Edmar Moretti
1 parent b01ab879
Exists in master

correcao no cache de imagens

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
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   -?>
119 121 \ No newline at end of file
  122 +?>
... ...