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]"; }