Commit 1fd89d0e677e9485511a7e54acbc1995973a822d
1 parent
12a182d7
Exists in
master
and in
6 other branches
Correção no registro de regiões do sistema metaestat
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
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,7 +22,7 @@ function adicionar($nome_tipo_regiao,$descricao_tipo_regiao,$codigo_estat_conexa | ||
22 | $dataCol = array ( | 22 | $dataCol = array ( |
23 | "nome_tipo_regiao"=>'', | 23 | "nome_tipo_regiao"=>'', |
24 | "descricao_tipo_regiao"=>'', | 24 | "descricao_tipo_regiao"=>'', |
25 | - "codigo_estat_conexao"=>'', | 25 | + "codigo_estat_conexao"=>1, |
26 | "esquemadb"=>'', | 26 | "esquemadb"=>'', |
27 | "tabela"=>'', | 27 | "tabela"=>'', |
28 | "colunageo"=>'', | 28 | "colunageo"=>'', |
ms_configura.php
@@ -158,7 +158,7 @@ $logTransacoes = false; | @@ -158,7 +158,7 @@ $logTransacoes = false; | ||
158 | Tipo: | 158 | Tipo: |
159 | {array} | 159 | {array} |
160 | */ | 160 | */ |
161 | -$i3geoEsquemasWL = array(); | 161 | +$i3geoEsquemasWL = array("i3geo_metaestat"); |
162 | /* | 162 | /* |
163 | Variale: $i3geoUploadDataWL | 163 | Variale: $i3geoUploadDataWL |
164 | 164 |