diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 31680a0..b6ad2fa 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -5050,24 +5050,27 @@ while($row = mysqli_fetch_array( $sql )) $contenido[0] = $link_url; } - if($campo_tipo[0] =='32') { + // if($campo_tipo[0] =='32') { if($nombre_campo[0] =='Inicio') { $array['start'] = "$contenido[0]"; } else { + if($campo_tipo[0] =='32' OR $campo_tipo[0] =='11') { + $array['start'] = "$contenido[0]"; + } // $array['start'] = "$contenido[0]"; } if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } - } + /* } elseif($campo_tipo[0] =='11') { // $array['start'] = "$contenido[0]"; if($nombre_campo[0] =='Fin') { $array['end'] = "$contenido[0]"; } }else{} - + */ //$array[id_campo] = $row[id_campo]; if($id_campo[0] == $campo_titulo[0] or $nombre_campo[0] == 'Titulo' ) {