This fixes the private icon. It was displaying no matter which option you had selected.

This commit is contained in:
skeeter 2001-05-20 22:53:56 +00:00
parent 4fbe90f188
commit 8e8c43ccd7

View File

@ -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'),