Commit c1312628a2e05ad303194b5caf8029b943c2c3ce

Authored by Edmar Moretti
1 parent 6d36a52b

--no commit message

classesphp/mapa_googleearth.php
... ... @@ -36,6 +36,7 @@ i3geo/classesphp/mapa_googleearth.php
36 36  
37 37 */
38 38 //error_reporting(E_ALL);
  39 +error_reporting(0);
39 40 if (!function_exists('ms_GetVersion'))
40 41 {
41 42 $s = PHP_SHLIB_SUFFIX;
... ...
classesphp/mapa_googlemaps.php
... ... @@ -60,6 +60,7 @@ i3geo/classesphp/mapa_googlemaps.php
60 60  
61 61 */
62 62 //error_reporting(E_ALL);
  63 +error_reporting(0);
63 64 if (!function_exists('ms_GetVersion'))
64 65 {
65 66 $s = PHP_SHLIB_SUFFIX;
... ...
classesphp/mapa_openlayers.php
... ... @@ -59,6 +59,7 @@ Arquivo:
59 59 i3geo/classesphp/mapa_openlayers.php
60 60  
61 61 */
  62 +error_reporting(0);
62 63 $_COOKIE = array();
63 64 if (!function_exists('ms_GetVersion'))
64 65 {
... ...
testamapfile.php
... ... @@ -54,6 +54,7 @@ include("ms_configura.php");
54 54 include("classesphp/funcoes_gerais.php");
55 55 require_once("classesphp/pega_variaveis.php");
56 56 include_once ("classesphp/carrega_ext.php");
  57 +error_reporting(0);
57 58 //
58 59 //carrega o phpmapscript
59 60 //
... ...