From b3a7aadfd187221aeac381760757a8907b649d51 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 15:37:48 -0500 Subject: [PATCH] vista de calendario y agenda para eventos --- milfs/funciones/funciones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 4e98065..040b1ad 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5053,14 +5053,14 @@ while($row = mysqli_fetch_array( $sql )) if($campo_tipo[0] =='32') { $array['start'] = "$contenido[0]"; - if($campo_titulo_nombre[0] =='Fin') { + if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } } elseif($campo_tipo[0] =='11') { $array['start'] = "$contenido[0]"; - if($campo_titulo_nombre[0] =='Fin') { + if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } }else{}