From 24b234f7463eee31e8a28d76d0e96b5e430a8982 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Tue, 26 Sep 2017 10:06:06 -0500 Subject: [PATCH] correccion bug edicion mapa --- milfs/funciones/funciones.php | 6 ++++-- milfs/mapa.php | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 9e9c2a3..f7a9bc2 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -12344,6 +12344,7 @@ $resultado = " return $resultado; } + function formulario_campos_render($id_campo,$id_form,$control,$item,$id_dato){ $cols =""; $style=""; @@ -12420,8 +12421,9 @@ if($control !="") { $lat = $campos[0]; $lon = $campos[1]; $zoom = $campos[2]; - + } + $exif="&exif"; } $render .= " @@ -12436,7 +12438,7 @@ if($control !="") {
- + "; diff --git a/milfs/mapa.php b/milfs/mapa.php index b814bb2..d8fcfd8 100755 --- a/milfs/mapa.php +++ b/milfs/mapa.php @@ -18,9 +18,9 @@