From 800b7541b7d510662221426885c11f22f3684a09 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 15:41:22 -0500 Subject: [PATCH] vista de calendario y agenda para eventos --- milfs/funciones/funciones.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 040b1ad..8b216c1 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5051,8 +5051,11 @@ while($row = mysqli_fetch_array( $sql )) } if($campo_tipo[0] =='32') { - - $array['start'] = "$contenido[0]"; + if($nombre_campo[0] =='Inicio') { + $array['start'] = "$contenido[0]"; + } else { + $array['start'] = "$contenido[0]"; + } if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; }