Commit ad7db32deddad79e1667cb1f68b1ab0ba11fbecf
1 parent
c321dcfd
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
admin/php/editormapfile.php
... | ... | @@ -31,7 +31,7 @@ File: i3geo/admin/sistemas.php |
31 | 31 | include_once("admin.php"); |
32 | 32 | include_once("../../ms_configura.php"); |
33 | 33 | include_once("../../classesphp/funcoes_gerais.php"); |
34 | -error_reporting(E_ALL); | |
34 | +error_reporting(0); | |
35 | 35 | //faz a busca da função que deve ser executada |
36 | 36 | switch ($funcao) |
37 | 37 | { | ... | ... |