diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php
index bb907e5..e45871f 100644
--- a/milfs/funciones/funciones.php
+++ b/milfs/funciones/funciones.php
@@ -326,22 +326,23 @@ if (mysql_num_rows($sql)!='0'){
";
$imagen = formulario_valor_campo("$id","0","","$control");
$imagen = $imagen[3];
- if($imagen[3] != null) {
+ if($imagen[3] != "") {
$resultado .= "
";
- }
+ }else {$resultado .="";}
while( $row = mysql_fetch_array( $sql ) ) {
$campo_tipo = remplacetas('form_campos','id',$row[id_campo],'campo_tipo');
$campo_tipo =$campo_tipo[0];
$contenido = formulario_valor_campo("$id","$row[id_campo]","","$control");
$contenido = $contenido[3];
- if($campo_tipo=='15'){$contenido = "
"; }
+ if($campo_tipo=='15'){if($contenido !=""){$contenido = "
"; }else{$contenido="";}}
+
elseif($campo_tipo=='14'){
$campos = explode(" ",$contenido);
$lat = $campos[0];
$lon = $campos[1];
$zoom = $campos[2];
- $contenido = "
";
+ $contenido = "
";
}
else {$contenido = "$contenido";}
$campo_nombre = remplacetas('form_campos','id',$row[id_campo],'campo_nombre');
@@ -352,7 +353,7 @@ if (mysql_num_rows($sql)!='0'){
$resultado .="