Skip to content
Snippets Groups Projects
Commit ab7c0771 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

task #9747: Can show content of external calendar (ical) into agenda

parent 2093b255
No related branches found
No related tags found
No related merge requests found
...@@ -811,7 +811,8 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa ...@@ -811,7 +811,8 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
print '<td nowrap="nowrap">'; print '<td nowrap="nowrap">';
if ($event->type_code != 'BIRTHDAY') if ($event->type_code != 'BIRTHDAY')
{ {
if ($showinfo)
if ($showinfo && $event->type_code != 'ICALEVENT')
{ {
print $event->getNomUrl(2).' '; print $event->getNomUrl(2).' ';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment