From f64dc5a5817edb698992ec08c0cc4a37b48adf70 Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 16 Mar 2020 15:37:26 -0500 Subject: [PATCH] mejoras en el campo media --- funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 04bad8d..23b24de 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14092,13 +14092,13 @@ $campo_nombre = remplacetas('form_campos','id',$row['id_campo'],'campo_nombre', if($tipo =="") { $contenido = trim($contenido); $contenido = " - "; + "; }else { // $contenido =$contenido; $contenido = trim($contenido); $contenido = " - "; + "; } } elseif(($campo_tipo=='2' or $campo_tipo =='17') AND $contenido !=""){