1
0
Fork 0

Prueba de concepto para visualizar eventos

This commit is contained in:
fredyrivera 2017-10-16 17:12:40 -05:00
parent 9591ace391
commit fb03f8b5cc
1 changed files with 6 additions and 3 deletions

View File

@ -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' ) {