Commit 1fd89d0e677e9485511a7e54acbc1995973a822d

Authored by Edmar Moretti
1 parent 12a182d7

Correção no registro de regiões do sistema metaestat

admin/admin.db
No preview for this file type
admin/metaestat/regioes/funcoes.php
... ... @@ -22,7 +22,7 @@ function adicionar($nome_tipo_regiao,$descricao_tipo_regiao,$codigo_estat_conexa
22 22 $dataCol = array (
23 23 "nome_tipo_regiao"=>'',
24 24 "descricao_tipo_regiao"=>'',
25   - "codigo_estat_conexao"=>'',
  25 + "codigo_estat_conexao"=>1,
26 26 "esquemadb"=>'',
27 27 "tabela"=>'',
28 28 "colunageo"=>'',
... ...
ms_configura.php
... ... @@ -158,7 +158,7 @@ $logTransacoes = false;
158 158 Tipo:
159 159 {array}
160 160 */
161   -$i3geoEsquemasWL = array();
  161 +$i3geoEsquemasWL = array("i3geo_metaestat");
162 162 /*
163 163 Variale: $i3geoUploadDataWL
164 164  
... ...