Commit 7ef42c4a08539f90c68edd27ed7b46176a1a9917
1 parent
628e553d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesphp/classe_mapa.php
... | ... | @@ -1314,9 +1314,9 @@ $canal - Identificador do canal (ordem em que está no RSS) |
1314 | 1314 | $def[] = array("DESC","C","254"); |
1315 | 1315 | $def[] = array("CATEGORIA","C","254"); |
1316 | 1316 | if(!function_exists(dbase_create)) |
1317 | - {xbase_create($nomeshp.".dbf", $def)} | |
1317 | + {xbase_create($nomeshp.".dbf", $def);} | |
1318 | 1318 | else |
1319 | - {dbase_create($nomeshp.".dbf", $def)} | |
1319 | + {dbase_create($nomeshp.".dbf", $def);} | |
1320 | 1320 | $dbname = $nomeshp.".dbf"; |
1321 | 1321 | $reg = array(); |
1322 | 1322 | $novoshpf = ms_newShapefileObj($nomeshp.".shp", -2); | ... | ... |