task #9747: Can show content of external calendar (ical) into agenda
This commit is contained in:
parent
2093b255d9
commit
ab7c077148
@ -811,7 +811,8 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
|
||||
print '<td nowrap="nowrap">';
|
||||
if ($event->type_code != 'BIRTHDAY')
|
||||
{
|
||||
if ($showinfo)
|
||||
|
||||
if ($showinfo && $event->type_code != 'ICALEVENT')
|
||||
{
|
||||
print $event->getNomUrl(2).' ';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user