From bc188c597e233defd304659aa301197391f0a949 Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Mon, 16 Oct 2017 15:47:44 -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 086f2a5..31680a0 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5062,7 +5062,7 @@ while($row = mysqli_fetch_array( $sql )) } elseif($campo_tipo[0] =='11') { - $array['start'] = "$contenido[0]"; + // $array['start'] = "$contenido[0]"; if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; }