diff --git a/.project b/.project
index 713313a..c9d49de 100755
--- a/.project
+++ b/.project
@@ -27,7 +27,7 @@
- 1456666496860
+ 1457389966059
30
@@ -36,7 +36,7 @@
- 1456666496874
+ 1457389966061
30
@@ -45,7 +45,7 @@
- 1456666496883
+ 1457389966064
30
@@ -53,5 +53,14 @@
1.0-name-matches-false-false-.git
+
+ 1457389966067
+
+ 26
+
+ org.eclipse.ui.ide.multiFilter
+ 1.0-name-matches-false-false-pacotes
+
+
diff --git a/admin/admin.db b/admin/admin.db
index 0d7d6ca..2d38265 100755
Binary files a/admin/admin.db and b/admin/admin.db differ
diff --git a/classesphp/classe_legenda.php b/classesphp/classe_legenda.php
index 93a868c..a4fde0c 100755
--- a/classesphp/classe_legenda.php
+++ b/classesphp/classe_legenda.php
@@ -594,12 +594,11 @@ class Legenda
if ($tipo == 3){
$tipo = 2;
} //tipo raster
- if($imgdir == "")
- {
+ if($imgdir == ""){
$dir = $dir_tmp;
}
- else
- {$dir = $dir_tmp."/".$imgdir;
+ else{
+ $dir = $dir_tmp."/".$imgdir;
}
if($forca == true){
unlink($dir."/simbolos".$tipo.".inc");
@@ -635,7 +634,7 @@ class Legenda
//var_dump($lista);exit;
$n = count($lista["nomes"]);
for($i = 0; $i < $n; $i++){
- $ins .= "
";
+ $ins .= "
";
}
}
}
--
libgit2 0.21.2