From 2b4fa59c68bdf901947a01c949fb121bd20ca58f Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 15:43:20 -0500 Subject: [PATCH] vista de calendario y agenda para eventos --- milfs/funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 8b216c1..086f2a5 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5054,7 +5054,7 @@ while($row = mysqli_fetch_array( $sql )) if($nombre_campo[0] =='Inicio') { $array['start'] = "$contenido[0]"; } else { - $array['start'] = "$contenido[0]"; + // $array['start'] = "$contenido[0]"; } if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]";