From 7edf0439f5d14044a49a717ccf254803cb17adcd Mon Sep 17 00:00:00 2001 From: humano Date: Wed, 26 Nov 2014 18:48:09 -0500 Subject: [PATCH] implementacion de formularios embebidos --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index fa4c98c..ec1b447 100755 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -1076,7 +1076,7 @@ if (mysql_num_rows($sql)!='0'){ } } elseif($campo_tipo=='4'){ $contenido = "$contenido";} - elseif($campo_tipo=='5' AND $contenido !=""){ $contenido = "";} + elseif($campo_tipo=='5' AND $contenido !=""){ $contenido = "";} else { $html ="$contenido"; // $html = html_entity_decode($html);