From 652badf700801d51fb28e9e5d1404f675c2bc9b8 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 25 Oct 2018 09:53:44 -0500 Subject: [PATCH] fix bug span abierto en index --- funciones/funciones.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 41c4ac3..0a1d7c4 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -2383,10 +2383,11 @@ return ;//" //

$tabla_temporal

** $crear ; $insert ; $consultar ; * Eliminar gráfica @@ -2412,6 +2413,11 @@ $xajax->registerFunction("formulario_estadistica_ocultar"); function formulario_estadistica($id_form,$id_campo,$group,$tipo){ + $lineas=""; + $datas=""; + $etiquetas=""; + $colores=""; + $etiqueta=""; $mostrar = remplacetas("form_parametrizacion",'item',"$id_campo",'descripcion',"opcion = 'ocultar' AND tabla = '$tipo'") ; if($mostrar[0] !="") { @@ -8577,7 +8583,7 @@ while( $row = mysqli_fetch_array( $sql ) ) { //// PRIVACIDAD $privado = remplacetas('form_parametrizacion','campo',"$formulario",'opcion'," tabla='form_id' AND descripcion ='$row[id_campo]' AND opcion REGEXP '^privacidad:' ") ; $privado = explode(":",$privado[0]); - $privado = $privado[1]; + $privado = @$privado[1]; /// PRIVACIDAD if($privado !='1') { // $row[id_campo] x$row[campo_nombre] x$row[campo_descripcion] x$estadisticasx x