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 | 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"=>'', | ... | ... |