From fb03f8b5cc5b95a27dcaee9a45771a7c698f20c4 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 17:12:40 -0500 Subject: [PATCH] Prueba de concepto para visualizar eventos --- milfs/funciones/funciones.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 31680a0..b6ad2fa 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5050,24 +5050,27 @@ while($row = mysqli_fetch_array( $sql )) $contenido[0] = $link_url; } - if($campo_tipo[0] =='32') { + // if($campo_tipo[0] =='32') { if($nombre_campo[0] =='Inicio') { $array['start'] = "$contenido[0]"; } else { + if($campo_tipo[0] =='32' OR $campo_tipo[0] =='11') { + $array['start'] = "$contenido[0]"; + } // $array['start'] = "$contenido[0]"; } if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } - } + /* } elseif($campo_tipo[0] =='11') { // $array['start'] = "$contenido[0]"; if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } }else{} - + */ //$array[id_campo] = $row[id_campo]; if($id_campo[0] == $campo_titulo[0] or $nombre_campo[0] == 'Titulo' ) {