mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
This fixes the private icon. It was displaying no matter which option you had selected.
This commit is contained in:
parent
4fbe90f188
commit
8e8c43ccd7
@ -303,7 +303,7 @@ class calendar extends calendar_
|
|||||||
'height' => 14
|
'height' => 14
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if($event->is_public == 0)
|
if($event->public == 0)
|
||||||
{
|
{
|
||||||
$picture[] = Array(
|
$picture[] = Array(
|
||||||
'pict' => $phpgw->common->image('calendar','private.gif'),
|
'pict' => $phpgw->common->image('calendar','private.gif'),
|
||||||
|
Loading…
Reference in New Issue
Block a user