Commit 6a067d03b4adc1eeb31177921065822ed88452ba
1 parent
0aa75565
Exists in
master
and in
6 other branches
Remoção de mensagens de erros de programas php
Showing
3 changed files
with
3 additions
and
2 deletions
Show diff stats
classesphp/mapa_controle.php
classesphp/mapa_openlayers.php
... | ... | @@ -59,7 +59,7 @@ include ("sani_request.php"); |
59 | 59 | if (! function_exists('ms_GetVersion')) { |
60 | 60 | include_once ("carrega_ext.php"); |
61 | 61 | } |
62 | -//error_reporting(E_ALL); | |
62 | +error_reporting(0); | |
63 | 63 | inicializa(); |
64 | 64 | // |
65 | 65 | // calcula a extensao geografica com base no x,y,z | ... | ... |