From 4e5cd576687923fff2e4a51fb242f5505151295d Mon Sep 17 00:00:00 2001 From: humano Date: Tue, 5 Dec 2017 15:53:08 -0500 Subject: [PATCH] bug sofocado --- milfs/funciones/funciones.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 1390001..8a41c40 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -13531,7 +13531,7 @@ $resultado .= "
-
+
@@ -13809,7 +13809,7 @@ while( $row = mysqli_fetch_array( $sql ) ) { if($privado =='0') { $valor_privado ='1'; $privado_check='';}else{$valor_privado='0'; $privado_check='checked'; } -$edicion = " "; +$edicion = " "; $tipo_nombre = remplacetas_noid('form_tipo_campo','id_tipo_campo',"$row[campo_tipo]",'tipo_campo_nombre',"",'') ; //$multiple = $multiple[0]; @@ -13858,6 +13858,7 @@ $resultado .= "
+
"; }