Commit c1312628a2e05ad303194b5caf8029b943c2c3ce
1 parent
6d36a52b
Exists in
master
and in
7 other branches
--no commit message
Showing
4 changed files
with
4 additions
and
0 deletions
Show diff stats
classesphp/mapa_googleearth.php
@@ -36,6 +36,7 @@ i3geo/classesphp/mapa_googleearth.php | @@ -36,6 +36,7 @@ i3geo/classesphp/mapa_googleearth.php | ||
36 | 36 | ||
37 | */ | 37 | */ |
38 | //error_reporting(E_ALL); | 38 | //error_reporting(E_ALL); |
39 | +error_reporting(0); | ||
39 | if (!function_exists('ms_GetVersion')) | 40 | if (!function_exists('ms_GetVersion')) |
40 | { | 41 | { |
41 | $s = PHP_SHLIB_SUFFIX; | 42 | $s = PHP_SHLIB_SUFFIX; |
classesphp/mapa_googlemaps.php
@@ -60,6 +60,7 @@ i3geo/classesphp/mapa_googlemaps.php | @@ -60,6 +60,7 @@ i3geo/classesphp/mapa_googlemaps.php | ||
60 | 60 | ||
61 | */ | 61 | */ |
62 | //error_reporting(E_ALL); | 62 | //error_reporting(E_ALL); |
63 | +error_reporting(0); | ||
63 | if (!function_exists('ms_GetVersion')) | 64 | if (!function_exists('ms_GetVersion')) |
64 | { | 65 | { |
65 | $s = PHP_SHLIB_SUFFIX; | 66 | $s = PHP_SHLIB_SUFFIX; |
classesphp/mapa_openlayers.php
@@ -59,6 +59,7 @@ Arquivo: | @@ -59,6 +59,7 @@ Arquivo: | ||
59 | i3geo/classesphp/mapa_openlayers.php | 59 | i3geo/classesphp/mapa_openlayers.php |
60 | 60 | ||
61 | */ | 61 | */ |
62 | +error_reporting(0); | ||
62 | $_COOKIE = array(); | 63 | $_COOKIE = array(); |
63 | if (!function_exists('ms_GetVersion')) | 64 | if (!function_exists('ms_GetVersion')) |
64 | { | 65 | { |
testamapfile.php
@@ -54,6 +54,7 @@ include("ms_configura.php"); | @@ -54,6 +54,7 @@ include("ms_configura.php"); | ||
54 | include("classesphp/funcoes_gerais.php"); | 54 | include("classesphp/funcoes_gerais.php"); |
55 | require_once("classesphp/pega_variaveis.php"); | 55 | require_once("classesphp/pega_variaveis.php"); |
56 | include_once ("classesphp/carrega_ext.php"); | 56 | include_once ("classesphp/carrega_ext.php"); |
57 | +error_reporting(0); | ||
57 | // | 58 | // |
58 | //carrega o phpmapscript | 59 | //carrega o phpmapscript |
59 | // | 60 | // |