Commit 1595ef67641601ece88a03cd99c2caabb5acb662
1 parent
8ace316d
Exists in
master
and in
7 other branches
correcao no cache de imagens
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
classesphp/pega_variaveis.php
@@ -114,5 +114,8 @@ if (isset($_POST)) | @@ -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 | //echo $exps;exit; | 120 | //echo $exps;exit; |
118 | ?> | 121 | ?> |
119 | \ No newline at end of file | 122 | \ No newline at end of file |