1
0
Fork 0

vista de calendario y agenda para eventos

This commit is contained in:
fredyrivera 2017-10-16 15:37:48 -05:00
parent 87f4a03dc8
commit b3a7aadfd1
1 changed files with 2 additions and 2 deletions

View File

@ -5053,14 +5053,14 @@ while($row = mysqli_fetch_array( $sql ))
if($campo_tipo[0] =='32') {
$array['start'] = "$contenido[0]";
if($campo_titulo_nombre[0] =='Fin') {
if($nombre_campo[0] =='Fin') {
$array['end'] = "$contenido[0]";
}
}
elseif($campo_tipo[0] =='11') {
$array['start'] = "$contenido[0]";
if($campo_titulo_nombre[0] =='Fin') {
if($nombre_campo[0] =='Fin') {
$array['end'] = "$contenido[0]";
}
}else{}