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

This commit is contained in:
Juanjo Menent 2011-06-09 16:56:16 +00:00
parent 2093b255d9
commit ab7c077148

View File

@ -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).' ';
} }