Commit ef8e5525022dd7e8494e3911eae764e55d912f77
1 parent
86a08274
Exists in
master
Alteração no mapa_controle para evitar a substituição da string de conexão no início do programa
Showing
46 changed files
with
4 additions
and
4 deletions
Show diff stats
classesphp/mapa_controle.php
... | ... | @@ -278,10 +278,10 @@ if (! isset($locaplic)) { |
278 | 278 | // substitui a string de conexão |
279 | 279 | // |
280 | 280 | if ($funcao != "recuperamapa" && $funcao != "TEMA2SLD") { |
281 | - if (! substituiCon($map_file, $postgis_mapa)) { | |
282 | - cpjson("erro", $cp); | |
283 | - return; | |
284 | - } | |
281 | + //if (! substituiCon($map_file, $postgis_mapa)) { | |
282 | + // cpjson("erro", $cp); | |
283 | + // return; | |
284 | + //} | |
285 | 285 | } |
286 | 286 | |
287 | 287 | // | ... | ... |