add icalname on default event

allow to manipulate it (show/hide) when we add some other calendar on main (eg fichinter calendar)
This commit is contained in:
BENKE Charlie 2015-12-18 01:41:30 +01:00
parent b10f9d4ca3
commit dc0af179e9

View File

@ -1230,7 +1230,10 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
}
else
{
$numother++; $cssclass='family_other';
$numother++;
$color=$event->icalcolor;
$cssclass=(! empty($event->icalname)?'family_ext'.md5($event->icalname):'family_other');
if (empty($cacheusers[$event->userownerid]))
{